[146289] trunk/dports/math/fgsl/Portfile
takeshi at macports.org
takeshi at macports.org
Thu Mar 3 05:42:15 PST 2016
Revision: 146289
https://trac.macports.org/changeset/146289
Author: takeshi at macports.org
Date: 2016-03-03 05:42:15 -0800 (Thu, 03 Mar 2016)
Log Message:
-----------
fgsl: update to 1.1.0, closing #50295
Modified Paths:
--------------
trunk/dports/math/fgsl/Portfile
Modified: trunk/dports/math/fgsl/Portfile
===================================================================
--- trunk/dports/math/fgsl/Portfile 2016-03-03 12:58:14 UTC (rev 146288)
+++ trunk/dports/math/fgsl/Portfile 2016-03-03 13:42:15 UTC (rev 146289)
@@ -3,11 +3,11 @@
PortSystem 1.0
PortGroup compilers 1.0
+PortGroup github 1.0
-name fgsl
-version 1.0.0
+github.setup reinh-bader fgsl 1.1.0 v
categories math science
-maintainers takeshi
+maintainers takeshi openmaintainers
license GPL-2
description Fortran interface to the GNU scientific library
long_description \
@@ -15,21 +15,17 @@
a collection of numerical routines for scientific computing.
homepage http://www.lrz.de/services/software/mathematik/gsl/fortran/
platforms darwin
-master_sites ${homepage}
-checksums md5 88ce720f6c3d8045a57f20d3789f470d \
- sha1 f39362bd4d0c2daf8382d8ec818bb166ae5a7dea \
- rmd160 0226788ee7e27be3ef8e740b81d799fe49df176d
+checksums rmd160 0408c7ca3670996a88b3503231970685a48dea98 \
+ sha256 9d9626abc87a4885dda79cb4a6b9d82c8c1e1a8f9547f1ad0b05bae268e7a9bb
depends_lib port:gsl
use_parallel_build no
universal_variant no
compilers.choose fc f77 f90
-compilers.setup require_fortran
+compilers.setup require_fortran -dragonegg -g95
+use_autoreconf yes
+
destroot.args-append fgsl_exampledir=${prefix}/share/${name}/examples \
fgsl_docdir=${prefix}/share/doc/${name} \
fgsl_doc2dir=${prefix}/share/doc/${name}/html
-
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex {Download .*version ([0-9]+\.[0-9]+\.*[0-9]*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160303/733ee8dd/attachment.html>
More information about the macports-changes
mailing list