[153205] trunk/dports/science
g5pw at macports.org
g5pw at macports.org
Tue Sep 27 01:28:56 PDT 2016
Revision: 153205
https://trac.macports.org/changeset/153205
Author: g5pw at macports.org
Date: 2016-09-27 01:28:56 -0700 (Tue, 27 Sep 2016)
Log Message:
-----------
science/ALPSMaxent: new port
Closes #51347
Added Paths:
-----------
trunk/dports/science/ALPSMaxent/
trunk/dports/science/ALPSMaxent/Portfile
Added: trunk/dports/science/ALPSMaxent/Portfile
===================================================================
--- trunk/dports/science/ALPSMaxent/Portfile (rev 0)
+++ trunk/dports/science/ALPSMaxent/Portfile 2016-09-27 08:28:56 UTC (rev 153205)
@@ -0,0 +1,40 @@
+# -*- 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
+
+name ALPSMaxent
+
+github.setup CQMP Maxent 1.0 v
+categories science
+platforms darwin
+license GPL-2
+maintainers umich.edu:egull
+
+description A package for the calculation of spectral functions using \
+ the Maximum Entropy method
+long_description This package provides functionality for computing the \
+ analytical continuation of many-body response functions \
+ from the imaginary time axis to the real frequency axis. \
+ This code is part of the ALPS applications and dependent \
+ on the ALPSCore libraries.
+
+homepage http://alpscore.org
+
+checksums rmd160 54601a65eb8e7b778a804a7cc7426cf596d3d8f9 \
+ sha256 6f459858e4dae5a0bf1432a34ee28157bf9870244c72e1666243d89c6c108190
+
+# From https://trac.macports.org/ticket/51347#comment:4
+# gcc-4.2 causes problems with one of the dependencies (ALPSCore, some bug with
+# templates in gcc-4.2) and is already blacklisted in ALPSCore.
+compiler.blacklist gcc-4.2
+
+depends_lib port:boost \
+ port:hdf5 \
+ port:ALPSCore \
+ port:eigen3 \
+ port:gsl
+
+cmake.out_of_source yes
Property changes on: trunk/dports/science/ALPSMaxent/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/20160927/8d2d8b43/attachment.html>
More information about the macports-changes
mailing list