We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f735400 commit 41aa720Copy full SHA for 41aa720
build.sh
@@ -0,0 +1,8 @@
1
+autoreconf -i
2
+./configure --prefix=$PREFIX \
3
+ --with-mpi=$BUILD_PREFIX \
4
+ --with-hdf5=$BUILD_PREFIX \
5
+ CFLAGS="-O2 -DNDEBUG" \
6
+ CXXFLAGS="-O2 -DNDEBUG" \
7
+ LIBS="-ldl -lz"
8
+make install
meta.yaml
@@ -0,0 +1,22 @@
+{% set name = "ph5concat" %}
+{% set version = "1.1.0" %}
+
+package:
+ name: {{ name|lower }}
+ version: {{ version }}
+source:
9
+ url: https://github.com/NU-CUCIS/ph5concat/archive/refs/tags/v1.1.0.tar.gz
10
11
+requirements:
12
+ build:
13
+ - {{ compiler('cxx') }}
14
+ - hdf5=*=*mpich*
15
+ - zlib
16
17
+ run:
18
19
20
21
+about:
22
+ home: https://github.com/NU-CUCIS/ph5concat
0 commit comments