netcdf:rebuild

This commit is contained in:
Rmys
2017-08-16 21:43:18 +03:00
parent 8b3337c94a
commit 5f602835a7
2 changed files with 10 additions and 2 deletions
+3 -2
View File
@@ -11,6 +11,7 @@ from pisi.actionsapi import get
def setup():
shelltools.export("CPPFLAGS", "-DNDEBUG -fPIC")
shelltools.export("CFLAGS", "-g -Wall -Wconversion")
shelltools.export("FC", "gfortran")
shelltools.export("F90", "gfortran")
shelltools.export("FFLAGS", "-fPIC %s" % get.CFLAGS())
@@ -28,8 +29,8 @@ def setup():
def build():
autotools.make()
#def check():
#autotools.make("-j1 check")
def check():
autotools.make("-j1 check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+7
View File
@@ -55,6 +55,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-08-16</Date>
<Version>4.4.1</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-04-16</Date>
<Version>4.4.1</Version>