You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
fix ocaml-gsl build with right distfile path, no parallel build
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@66714 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
+10
-3
@@ -4,19 +4,26 @@ PortSystem 1.0
|
||||
|
||||
name caml-gsl
|
||||
version 0.6.0
|
||||
categories math science
|
||||
maintainers nomaintainer
|
||||
|
||||
distfiles ocamlgsl-${version}.tar.gz
|
||||
worksrcdir ocamlgsl-${version}
|
||||
categories math science ml
|
||||
maintainers avsm openmaintainer
|
||||
|
||||
description ocamlgsl is the GNU scientific library for OCaml
|
||||
long_description \
|
||||
This is an interface to GSL (GNU scientific library) for the Objective Caml language.\
|
||||
See the gsl port for more details.
|
||||
|
||||
homepage http://oandrieu.nerim.net/ocaml/gsl/
|
||||
platforms darwin
|
||||
master_sites ${homepage}
|
||||
checksums md5 04795211d49c2fe1f59a5669f33ec5fc \
|
||||
sha1 819d2f95f44cc4c331a4aa644f8d23704477de05 \
|
||||
rmd160 f7e9db2f388694dbede5b95ed961cb6eeef1fb00
|
||||
patchfiles patch-Makefile.diff
|
||||
|
||||
patchfiles patch-Makefile.diff
|
||||
depends_lib port:gsl port:ocaml
|
||||
depends_build port:gawk
|
||||
use_configure no
|
||||
use_parallel_build no
|
||||
|
||||
Reference in New Issue
Block a user