aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/emboss.rb
AgeCommit message (Collapse)Author
2012-11-06emboss: fix issue with X11nibbles 2bits
- Add an option to build without-x - Add a `depends_on :x11` otherwise - Add a `depends_on :libpng` that was missing. - Add a `depends_on 'gd'` that is optional. - Add a `depends_on 'libharu'` also optional for pdf output. - Add a flag to enable 64bit pointers on 32bit machines. - Add a flag to enable pthreads. It's worth noting that this will build against mysql or postgresql. It searches for `pg_config`. It's reasonable for molecular biology grinding software have some sort of DB enabled. In that case, we might want to add an `ENV :userpaths` to pick up the preferred `pg_config` or we want to add a depends_on postgresql. Thoughts? Fixes #15782 Closes #15817. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22emboss: don't depend on x11 unnecessarily.Mike McQuaid
2012-08-05emboss 6.5.7Simon Sigurdhsson
Closes #13965. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27emboss 6.4.0Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-11Added EMBOSS Bioinformatics suiteBen Blackburne
Signed-off-by: Adam Vandenberg <flangy@gmail.com>