From 5f602835a7d15cbd1ef5860f1bc28a6db4342163 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 16 Aug 2017 21:43:18 +0300 Subject: [PATCH] netcdf:rebuild --- science/mathematics/netcdf/actions.py | 5 +++-- science/mathematics/netcdf/pspec.xml | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/science/mathematics/netcdf/actions.py b/science/mathematics/netcdf/actions.py index 3b4c1fd5de..826be95291 100644 --- a/science/mathematics/netcdf/actions.py +++ b/science/mathematics/netcdf/actions.py @@ -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()) diff --git a/science/mathematics/netcdf/pspec.xml b/science/mathematics/netcdf/pspec.xml index 2e81d61440..aa9ed6696d 100644 --- a/science/mathematics/netcdf/pspec.xml +++ b/science/mathematics/netcdf/pspec.xml @@ -55,6 +55,13 @@ + + 2017-08-16 + 4.4.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2017-04-16 4.4.1