[78261] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Sat Apr 30 13:46:34 PDT 2011


Revision: 78261
          http://trac.macports.org/changeset/78261
Author:   ryandesign at macports.org
Date:     2011-04-30 13:46:31 -0700 (Sat, 30 Apr 2011)
Log Message:
-----------
silo: new port, version 4.8; see #29325

Added Paths:
-----------
    trunk/dports/science/silo/
    trunk/dports/science/silo/Portfile

Added: trunk/dports/science/silo/Portfile
===================================================================
--- trunk/dports/science/silo/Portfile	                        (rev 0)
+++ trunk/dports/science/silo/Portfile	2011-04-30 20:46:31 UTC (rev 78261)
@@ -0,0 +1,49 @@
+# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                silo
+version             4.8
+categories          science
+platforms           darwin
+maintainers         nomaintainer
+license             BSD
+
+description         mesh and field I/O library and scientific database
+
+long_description    ${description}
+
+homepage            https://wci.llnl.gov/codes/silo/
+master_sites        ${homepage}silo-${version}/
+
+checksums           sha1    8850c82e66d1d00f80041594e6f9b15f8efdfd4d \
+                    rmd160  c5a9d278ce71808a421e1b1f10d18c83b51d98fd
+
+distname            ${name}-${version}-bsd
+
+depends_lib         port:zlib
+
+use_parallel_build  yes
+
+# Makefile:152: *** missing separator.  Stop.
+configure.ccache    no
+
+default_variants    +hdf5
+
+configure.args      --enable-optimization \
+                    --disable-fortran \
+                    --with-zlib \
+                    --without-qt
+
+test.run            yes
+test.target         check
+
+variant hdf5 description {Enable HDF5 support (recommended)} {
+    depends_lib-append      port:hdf5-18
+    configure.args-append   --with-hdf5=${prefix}
+}
+
+livecheck.type      regex
+livecheck.url       ${homepage}downloads.html
+livecheck.regex     ${name}-(\[0-9.\]+)-bsd


Property changes on: trunk/dports/science/silo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110430/e7c35ff0/attachment-0001.html>


More information about the macports-changes mailing list