2013-09-21 00:48:30 +02:00
|
|
|
# Created by: Stas Timokhin <devel@stasyan.com>
|
2010-01-02 03:54:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= harminv
|
|
|
|
PORTVERSION= 1.3.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
2018-07-30 00:18:44 +02:00
|
|
|
PORTREVISION= 13
|
2010-01-02 03:54:00 +01:00
|
|
|
CATEGORIES= science
|
|
|
|
MASTER_SITES= http://ab-initio.mit.edu/harminv/
|
|
|
|
|
|
|
|
MAINTAINER= devel@stasyan.com
|
|
|
|
COMMENT= Solver of harmonic inversion
|
|
|
|
|
2015-02-23 21:17:23 +01:00
|
|
|
USES= blaslapack fortran gmake libtool pathfix
|
2010-01-02 03:54:00 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-08-17 18:27:24 +02:00
|
|
|
USE_GCC= yes
|
2010-01-02 03:54:00 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"
|
2010-01-02 03:54:00 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS+= libguile-2.0.so:lang/guile2
|
2010-01-02 03:54:00 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|