diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5037ee82..775e6709 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/acpype/amber_linux/lib/libcrypto.so.3 b/acpype/amber_linux/lib/libcrypto.so.3 new file mode 100755 index 00000000..056424f6 Binary files /dev/null and b/acpype/amber_linux/lib/libcrypto.so.3 differ diff --git a/acpype/amber_linux/lib/libdf.so.0.0.0 b/acpype/amber_linux/lib/libdf.so.0.0.0 new file mode 100755 index 00000000..41dffd03 Binary files /dev/null and b/acpype/amber_linux/lib/libdf.so.0.0.0 differ diff --git a/acpype/amber_linux/lib/libhdf5_hl.so.310.0.2 b/acpype/amber_linux/lib/libhdf5_hl.so.310.0.2 new file mode 100755 index 00000000..49f01264 Binary files /dev/null and b/acpype/amber_linux/lib/libhdf5_hl.so.310.0.2 differ diff --git a/update_linux_bins.sh b/update_linux_bins.sh index 6e8cc667..32e76fe1 100755 --- a/update_linux_bins.sh +++ b/update_linux_bins.sh @@ -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=( @@ -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