[48677] trunk/dports/math

blb at macports.org blb at macports.org
Thu Mar 26 19:28:53 PDT 2009


Revision: 48677
          http://trac.macports.org/changeset/48677
Author:   blb at macports.org
Date:     2009-03-26 19:28:52 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
New port - math/ocamlgsl, GNU scientific library for OCaml; ticket #18993

Added Paths:
-----------
    trunk/dports/math/ocamlgsl/
    trunk/dports/math/ocamlgsl/Portfile
    trunk/dports/math/ocamlgsl/files/
    trunk/dports/math/ocamlgsl/files/patch-Makefile.diff

Added: trunk/dports/math/ocamlgsl/Portfile
===================================================================
--- trunk/dports/math/ocamlgsl/Portfile	                        (rev 0)
+++ trunk/dports/math/ocamlgsl/Portfile	2009-03-27 02:28:52 UTC (rev 48677)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem        1.0
+
+name              ocamlgsl
+version           0.6.0
+categories        math science
+maintainers       nomaintainer
+description       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
+depends_lib       port:gsl port:ocaml
+use_configure     no


Property changes on: trunk/dports/math/ocamlgsl/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/math/ocamlgsl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/math/ocamlgsl/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/math/ocamlgsl/files/patch-Makefile.diff	2009-03-27 02:28:52 UTC (rev 48677)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2009-03-24 20:17:20.000000000 +0100
++++ Makefile	2009-03-24 20:18:17.000000000 +0100
+@@ -21,6 +21,8 @@
+ OCAML_BACKEND := mingw
+ endif
+ 
++OCAML_BACKEND := gcc
++
+ OCAML_BACKEND ?= $(shell $(OCAMLC) -verbose foo.c 2>&1 | $(AWK) "NR==1 { print \$$2 }")
+ OCAML_VERSION ?= $(shell $(OCAMLC) -version)
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090326/8417c74b/attachment.html>


More information about the macports-changes mailing list