IOR 3.2.1

This commit is contained in:
Caubet Serrabou Marc
2020-09-18 12:26:56 +02:00
parent a454593f55
commit cdf5e8dcc4
3 changed files with 9 additions and 11 deletions
+4 -10
View File
@@ -1,18 +1,12 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "https://github.com/hpc/ior/archive/${V_PKG}.tar.gz"
pbuild::set_download_url "http://github.com/hpc/ior/releases/download/${V_PKG}/ior-${V_PKG}.tar.gz"
pbuild::add_to_group 'System'
pbuild::install_docfiles AUTHORS NEWS README_S3
pbuild::install_docfiles AUTHORS NEWS README.md
export GPFS_VERSION="5.0.2-3"
export C_INCLUDE_PATH+=":$BUILDBLOCK_DIR/files/gpfs/$GPFS_VERSION/include/"
export LIBRARY_PATH+=":$BUILDBLOCK_DIR/files/gpfs/$GPFS_VERSION/lib/"
pbuild::pre_configure() {
pbuil::configure() {
cd ${SRC_DIR}
./bootstrap
./configure --prefix="${PREFIX}"
}