Skip to content

Commit

Permalink
Prevent stripping h5py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasquale Africa committed Jan 13, 2022
1 parent cebf475 commit 809a44a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/hdf5/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ package() {
make install
popd

# h5py
message "Compiling h5py"
pip install --verbose --prefix=$dstdir h5py==$h5pyver

# cleaning
# Cleaning.
rm -rf "$dstdir"/share
reset_rpath "$dstdir"/bin
reset_rpath "$dstdir"/lib
strip "$dstdir"/bin
strip "$dstdir"/lib

# h5py.
message "Compiling h5py"
pip install --verbose --prefix=$dstdir h5py==$h5pyver

if [[ "$mkTest" = "no" ]]; then
install -vd $mkToolchainModules/$pkgname
cat > $mkToolchainModules/$pkgname/$pkgver.lua << EOF
Expand Down

0 comments on commit 809a44a

Please sign in to comment.