19 lines
423 B
Plaintext
Executable File
19 lines
423 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::set_download_url "https://github.com/hpc/ior/archive/${V_PKG}.tar.gz"
|
|
|
|
pbuild::add_to_group 'System'
|
|
|
|
pbuild::install_docfiles AUTHORS NEWS README_S3
|
|
|
|
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() {
|
|
|
|
cd ${SRC_DIR}
|
|
./bootstrap
|
|
}
|