[152008] trunk/dports/science/seqan-apps/Portfile

mf2k at macports.org mf2k at macports.org
Fri Aug 26 12:55:04 PDT 2016


Revision: 152008
          https://trac.macports.org/changeset/152008
Author:   mf2k at macports.org
Date:     2016-08-26 12:55:04 -0700 (Fri, 26 Aug 2016)
Log Message:
-----------
seqan-apps: Update to version 2.1.1. (#51349)

Modified Paths:
--------------
    trunk/dports/science/seqan-apps/Portfile

Modified: trunk/dports/science/seqan-apps/Portfile
===================================================================
--- trunk/dports/science/seqan-apps/Portfile	2016-08-26 18:10:21 UTC (rev 152007)
+++ trunk/dports/science/seqan-apps/Portfile	2016-08-26 19:55:04 UTC (rev 152008)
@@ -5,13 +5,13 @@
 PortGroup           cmake 1.0
 
 name                seqan-apps
-version             1.4.1
+version             2.1.1
 categories          science
 platforms           darwin
 universal_variant   no
 
-license             LGPL-3
-maintainers         fu-berlin.de:david.weese
+license             BSD LGPL-3 GPL-3
+maintainers         fu-berlin.de:rene.rahn
 
 description         Applications distributed with the SeqAn library
 
@@ -24,17 +24,18 @@
 
 master_sites        http://packages.seqan.de/seqan-src
 distfiles           seqan-src-${version}${extract.suffix}
-distname            seqan-${version}
-checksums           rmd160  0a9b9e8f669b719f8e72741562c9fed096320987 \
-                    sha256  47c4cf698d9879000b7de514a5cb425c18c26c8b8a81e469da23b757f7680a8e
+distname            seqan-seqan-v${version}
 
-# FIXME: llvm-gcc42 is broken, https://trac.macports.org/ticket/40713
-# FIXME: SeqAn 1.4.1 does not yet compile with gcc49 (will be fixed in the upcoming release 1.5)
-# For OpenMP only clang really needs to be blacklisted
+checksums           rmd160  30996a718192e49f62843d0fe09cffdf96c92342 \
+                    sha256  df083d5939d7e73fd00bbc6bb291ac7ea7b8d446cf89a9758fdffdc0eca9ec1c
 
-compiler.blacklist  *gcc-4.2 *clang* macports-gcc-4.9
-compiler.fallback   macports-gcc-4.8 macports-gcc-4.7 macports-gcc-4.6 macports-gcc-4.5 macports-gcc-4.3
+# llvm-gcc42 is broken and won't be fixed anymore, see: https://trac.macports.org/ticket/40713
+# For OpenMP only the apple clang version really needs to be blacklisted.
+# 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.
 
+compiler.blacklist  *gcc* *clang-3.7 *clang-3.6 *clang-3.5 *clang-3.4 *clang-3.3 *dragonegg*
+compiler.fallback   macports-clang-3.9 macports-clang-3.8
+
 configure.args-append   -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS
 
 livecheck.url       http://packages.seqan.de/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160826/8c82f10e/attachment.html>


More information about the macports-changes mailing list