File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11autoreconf -i
22./configure --prefix=$PREFIX --disable-ocean-model-grid-generator
3- make -j 2
3+ make -j
44make install
Original file line number Diff line number Diff line change 11package :
22 name : fre-nctools
3- version : conda. alpha
3+ version : alpha
44
55source :
66 path : .
@@ -10,17 +10,20 @@ build:
1010
1111requirements :
1212 build :
13+ - conda-forge::autoconf
14+ - conda-forge::automake
1315 - conda-forge::libnetcdf
1416 - conda-forge::netcdf-fortran
1517 - conda-forge::nco
1618 - conda-forge::hdf5=1.14.*=mpi*
1719 - conda-forge::openmp
20+ - conda-forge::mpich
1821 - conda-forge::tcsh
1922 run :
2023
2124test :
2225 commands :
23- - make check-expensive
26+ - make check RUN_EXPENSIVE_TESTS=yes
2427
2528about :
2629 license : LGPL-3.0
Original file line number Diff line number Diff line change @@ -213,4 +213,4 @@ split_ncvars.pl: split_ncvars/split_ncvars.pl.in Makefile
213213install-exec-hook :
214214 ln $(DESTDIR )$(bindir ) /split_ncvars.pl $(DESTDIR )$(bindir ) /split_ncvars
215215install-data-hook :
216- ln $(DESTDIR )$(mandir ) /man1/split_ncvars.pl.1 $(DESTDIR )$(mandir ) /man1/split_ncvars.1
216+ ln $(DESTDIR )$(mandir ) /man1/split_ncvars.pl.1 $(DESTDIR )$(mandir ) /man1/split_ncvars.1 || echo OOPS
You can’t perform that action at this time.
0 commit comments