Skip to content

Commit

Permalink
Remove reference to PETSC in cmake_build_python_bindings.sh
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
rcb547 committed Jun 19, 2024
1 parent 9917c10 commit bfb194a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 0 additions & 6 deletions cmake_build_python_bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfb194a

Please sign in to comment.