blob: 359f9f9cf85fa8fbdd0391c99a8aec75f2e6013b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# $FreeBSD$
PORTNAME= octopus
DISTVERSION= 8.2
PORTREVISION= 3
CATEGORIES= science
MASTER_SITES= http://www.tddft.org/programs/${PORTNAME}/download/${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Scientific program aimed at the ab initio virtual experimentation
LICENSE= GPLv2
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libarpack.so:math/arpack-ng \
libblas.so:math/blas \
libfftw3.so:math/fftw3 \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libgd.so:graphics/gd \
libgsl.so:math/gsl \
liblapack.so:math/lapack \
libpng16.so:graphics/png \
libtiff.so:graphics/tiff \
libwebp.so:graphics/webp \
libxc.so:science/libxc
USES= compiler:c++11-lang fortran gmake jpeg localbase:ldflags
GNU_CONFIGURE= yes
CONFIGURE_SHELL= ${PREFIX}/bin/bash
USE_CXXSTD= c++11
FCFLAGS+= -I${LOCALBASE}/include -ffree-line-length-none
post-stage: # https://gitlab.com/octopus-code/octopus/issues/108
@${RM} ${STAGEDIR}${PREFIX}/include/yaml.h
.include <bsd.port.mk>
|