Skip to content

Commit

Permalink
Fixed missing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwilter committed Oct 24, 2023
1 parent afadeb2 commit 086a3d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
args: ["--maxkb=5000"]
args: ["--maxkb=6000"]
- id: debug-statements

- repo: local
Expand Down
Binary file added acpype/amber_linux/lib/libcrypto.so.3
Binary file not shown.
Binary file added acpype/amber_linux/lib/libdf.so.0.0.0
Binary file not shown.
Binary file added acpype/amber_linux/lib/libhdf5_hl.so.310.0.2
Binary file not shown.
7 changes: 4 additions & 3 deletions update_linux_bins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ files=(
lib/libmfhdf.so.0
lib/libmfhdf.so.0.0.0
lib/libdf.so.0
lib/libdf.so.0.0.0*
lib/libdf.so.0.0.0
lib/libhdf5_hl.so.310
lib/libhdf5_hl.so.310.0.2*
lib/libhdf5_hl.so.310.0.2
lib/libhdf5.so.310
lib/libhdf5.so.310.2.0
lib/libcrypto.so.3
)

exclude=(
Expand Down Expand Up @@ -74,7 +75,7 @@ tar xvfz charmmgen.tgz

tree -d $destination

find $destination | wc -l # 551 files, 15 dirs
find $destination | wc -l # 559 files, 15 dirs
# acpype/amber_linux
# ├── bin
# │ └── wrapped_progs
Expand Down

0 comments on commit 086a3d1

Please sign in to comment.