diff --git a/README.md b/README.md index 7744fa3..628b5ee 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,11 @@ This may be useful if, for example, you do not have the third-party packages ins # Releases +## v2.0.1-Release-20240619 +- Changed Pelton and ColeCole index for IP modelling in Matlab +- Allowed line number in column index 0 for ctlinedata* programs +- Linux script cmake_build_python_bindings.sh added for building python bindings alone +- Allow gatdaem1d.dylib as shared library name in python bindings ## v2.0.0-Release-20240424 - Functionality changes to deterministic inversion program (galeisbstdem.exe) - Added XZ amplitude inversion functionality. diff --git a/cmake_build_python_bindings.sh b/cmake_build_python_bindings.sh index 8ee84c4..befafb4 100755 --- a/cmake_build_python_bindings.sh +++ b/cmake_build_python_bindings.sh @@ -5,12 +5,6 @@ #module load fftw3/3.3.8 #module list -# Add the PETSc pkg-config path to the pkg-config search path -export PKG_CONFIG_PATH=$PETSC_DIR/lib/pkgconfig:$PKG_CONFIG_PATH - -# pkg-config for PETSc seems non-standard on gadi so add the ompi/compiler specific library directory that contains the library file libpetsc.so -export PETSC_LIBRARY_DIR=$PETSC_DIR/lib/ompi3/GNU - # BUILD_DIR is a temporary directory for building (compiling and linking) export BUILD_DIR=$PWD/build-gnu # INSTALL_DIR is the directory for installing the build package