Ticket #51349: Portfile-seqan-apps.diff
File Portfile-seqan-apps.diff, 2.0 KB (added by rrahn, 9 years ago) |
---|
-
science/seqan-apps/Portfile
old new 5 5 PortGroup cmake 1.0 6 6 7 7 name seqan-apps 8 version 1.4.18 version 2.1.1 9 9 categories science 10 10 platforms darwin 11 11 universal_variant no 12 12 13 license LGPL-314 maintainers fu-berlin.de: david.weese13 license BSD-3, LGPL-3, GPL-3 14 maintainers fu-berlin.de:rene.rahn 15 15 16 16 description Applications distributed with the SeqAn library 17 17 … … 24 24 25 25 master_sites http://packages.seqan.de/seqan-src 26 26 distfiles seqan-src-${version}${extract.suffix} 27 distname seqan-${version} 28 checksums rmd160 0a9b9e8f669b719f8e72741562c9fed096320987 \ 29 sha256 47c4cf698d9879000b7de514a5cb425c18c26c8b8a81e469da23b757f7680a8e 30 31 # FIXME: llvm-gcc42 is broken, https://trac.macports.org/ticket/40713 32 # FIXME: SeqAn 1.4.1 does not yet compile with gcc49 (will be fixed in the upcoming release 1.5) 33 # For OpenMP only clang really needs to be blacklisted 27 distname seqan-seqan-v${version} 34 28 35 compiler.blacklist *gcc-4.2 *clang* macports-gcc-4.9 36 compiler.fallback macports-gcc-4.8 macports-gcc-4.7 macports-gcc-4.6 macports-gcc-4.5 macports-gcc-4.3 29 checksums rmd160 30996a718192e49f62843d0fe09cffdf96c92342 \ 30 sha256 df083d5939d7e73fd00bbc6bb291ac7ea7b8d446cf89a9758fdffdc0eca9ec1c 31 32 # llvm-gcc42 is broken and won't be fixed anymore, see: https://trac.macports.org/ticket/40713 33 # For OpenMP only the apple clang version really needs to be blacklisted. 34 # Macports clang-3.8 and higher fully support OpenMP 3.1, so we make them the default fallback option and remove gcc from this list. 35 36 compiler.blacklist *gcc* *clang-3.7 *clang-3.6 *clang-3.5 *clang-3.4 *clang-3.3 *dragonegg* 37 compiler.fallback macports-clang-3.9 macports-clang-3.8 37 38 38 39 configure.args-append -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS 39 40