[135788] trunk/dports/science

mojca at macports.org mojca at macports.org
Sun May 3 09:18:21 PDT 2015


Revision: 135788
          https://trac.macports.org/changeset/135788
Author:   mojca at macports.org
Date:     2015-05-03 09:18:21 -0700 (Sun, 03 May 2015)
Log Message:
-----------
ALPSCore: new port (#47350)

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

Added: trunk/dports/science/ALPSCore/Portfile
===================================================================
--- trunk/dports/science/ALPSCore/Portfile	                        (rev 0)
+++ trunk/dports/science/ALPSCore/Portfile	2015-05-03 16:18:21 UTC (rev 135788)
@@ -0,0 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           cmake 1.0
+PortGroup           github 1.0
+
+github.setup        ALPSCore ALPSCore 0.4 v
+categories          science
+platforms           darwin
+license             GPL-2
+maintainers         umich.edu:galexv
+
+description         A package for the simulation of condensed matter physics problems: Core Libraries
+long_description    ALPSCore contains the core libraries of the applications and libraries \
+                    for physics simulations, ALPS. The package is maintained by the UMich group, \
+                    for more information see alpscore.org
+
+homepage            http://alpscore.org
+
+checksums           rmd160  f19ffba4c93b5b2ef42062cd7d6b2171c024b9d0 \
+                    sha256  6d076f5eaa8c0ffff6afe5d3e8d2f1c56686c08862fed06970508df15d7bede2
+
+depends_lib         port:boost \
+                    port:hdf5
+
+# BOOST_ROOT        - location for boost distribution
+# GTEST_ROOT        - location for gtest sources/binaries
+# HDF5_ROOT         - location for the HDF5 distribution
+# EXTRA_CMAKE_FLAGS - extra options for CMake invocation (can be empty)
+# EXTRA_MAKE_FLAGS  - extra options for the first `make` invocation (can be empty)
+# FAST_BUILD
+configure.args      -DTesting=ON \
+                    -DExtensiveTesting=OFF \
+                    -DBOOST_ROOT=${prefix} \
+                    -DENABLE_MPI=FALSE \
+                    -DBuildPython=OFF \
+                    -DTestXMLOutput=TRUE \
+                    -DDocumentation=OFF
+
+cmake.out_of_source yes


Property changes on: trunk/dports/science/ALPSCore/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150503/9b21ea54/attachment.html>


More information about the macports-changes mailing list