Skip to content

Commit c054d77

Browse files
committed
remove non-existant option in configure call. re-autoconfigure in test block of meta.yaml to be able to successfully call tests. add environment.yml... may just remove it
1 parent 3415a99 commit c054d77

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
autoreconf -i
2-
./configure --prefix=$PREFIX --disable-ocean-model-grid-generator
2+
./configure --prefix=$PREFIX
33
make -j
44
make install

environment.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: fre-nctools
2+
channels:
3+
- conda-forge
4+
- noaa-gfdl
5+
dependencies:
6+
- autoconf
7+
- automake
8+
- libnetcdf
9+
- netcdf-fortran
10+
- nco
11+
- hdf5=1.14.*=mpi*
12+
- openmp
13+
- mpich
14+
- tcsh

meta.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ requirements:
2323

2424
test:
2525
commands:
26+
- echo 'yay! we made it!'
27+
- pwd && ls
28+
- autoreconf -i
29+
- ./configure --prefix=$PREFIX
2630
- make check RUN_EXPENSIVE_TESTS=yes
2731

2832
about:

0 commit comments

Comments
 (0)