netcdf:rebuild
This commit is contained in:
@@ -11,6 +11,7 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.export("CPPFLAGS", "-DNDEBUG -fPIC")
|
shelltools.export("CPPFLAGS", "-DNDEBUG -fPIC")
|
||||||
|
shelltools.export("CFLAGS", "-g -Wall -Wconversion")
|
||||||
shelltools.export("FC", "gfortran")
|
shelltools.export("FC", "gfortran")
|
||||||
shelltools.export("F90", "gfortran")
|
shelltools.export("F90", "gfortran")
|
||||||
shelltools.export("FFLAGS", "-fPIC %s" % get.CFLAGS())
|
shelltools.export("FFLAGS", "-fPIC %s" % get.CFLAGS())
|
||||||
@@ -28,8 +29,8 @@ def setup():
|
|||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
#def check():
|
def check():
|
||||||
#autotools.make("-j1 check")
|
autotools.make("-j1 check")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|||||||
@@ -55,6 +55,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="3">
|
||||||
<Date>2017-04-16</Date>
|
<Date>2017-04-16</Date>
|
||||||
<Version>4.4.1</Version>
|
<Version>4.4.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user