[145078] trunk/dports/science/eo/Portfile
dstrubbe at macports.org
dstrubbe at macports.org
Mon Jan 25 09:25:35 PST 2016
Revision: 145078
https://trac.macports.org/changeset/145078
Author: dstrubbe at macports.org
Date: 2016-01-25 09:25:35 -0800 (Mon, 25 Jan 2016)
Log Message:
-----------
eo: Better checksums. Builds and passes tests on Mavericks for me, so removing guard against this. Fix livecheck.
Modified Paths:
--------------
trunk/dports/science/eo/Portfile
Modified: trunk/dports/science/eo/Portfile
===================================================================
--- trunk/dports/science/eo/Portfile 2016-01-25 16:59:22 UTC (rev 145077)
+++ trunk/dports/science/eo/Portfile 2016-01-25 17:25:35 UTC (rev 145078)
@@ -25,7 +25,8 @@
homepage http://eodev.sourceforge.net/
master_sites sourceforge:eodev
use_bzip2 yes
-checksums md5 79ac9bd4a0f1ad857845c8fd65418db1
+checksums rmd160 33721e4a700f72a34cd69be1b488068bc54c5b79 \
+ sha256 a8539dd9b48ddca153fa7f833da3e10fc923b0af51efae195b19b3613f617d89
default_variants +gnuplot
@@ -40,23 +41,26 @@
configure.args-append --disable-applications --disable-gnuplot --disable-tutorial
configure.args-delete --enable-applications --enable-gnuplot --enable-tutorial
+
test.run yes
test.target check
# TODO: Fix this project's buggy C++ code or file a bug upstream
compiler.blacklist *clang*
-platform darwin {
- if {${os.major} >= 13} {
- depends_lib
- depends_run
- pre-fetch {
- ui_error "$name does not build on Mavericks or later."
- error "unsupported platform"
- }
- }
-}
+#platform darwin {
+# if {${os.major} >= 13} {
+# depends_lib
+# depends_run
+# pre-fetch {
+# ui_error "$name does not build on Mavericks or later."
+# error "unsupported platform"
+# }
+# }
+#}
+# patch 'set data style points' to 'set style data points' for gnuplot 5
+
variant applications {
license-append GPL-2+
configure.args-append --enable-applications
@@ -103,3 +107,5 @@
configure.cflags-append "-ftree-vectorize -march=native -O3"
configure.cxxflags-append "-ftree-vectorize -march=native -O3"
}
+
+livecheck.distname eo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160125/4b4ac311/attachment-0001.html>
More information about the macports-changes
mailing list