fb44dca45d
* Fix build on i386 [1] * Fix science/code_saturne build with new openblas [2] * Avoid installing private headers [3] * Prevent build from optimizing for host by correcting build confg [4] * Bump portrevision of dependent ports [5] This is correcting issues from r523749 [1][2][4] and r515970 [3] PR: 231371 Reported by: build cluster [1] Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2] Reported by: many [5] Reviewed by: mat, bapt Approved by: implicit, since this is a build fix
25 lines
586 B
Makefile
25 lines
586 B
Makefile
# Created by: Stas Timokhin <devel@stasyan.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= harminv
|
|
PORTVERSION= 1.3.1
|
|
PORTREVISION= 19
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://ab-initio.mit.edu/harminv/
|
|
|
|
MAINTAINER= devel@stasyan.com
|
|
COMMENT= Solver of harmonic inversion
|
|
|
|
LIB_DEPENDS= libguile-2.2.so:lang/guile2
|
|
|
|
USES= blaslapack fortran gmake libtool pathfix
|
|
GNU_CONFIGURE= yes
|
|
USE_GCC= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include -fPIC
|
|
LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|