diff options
author | Gavin Ridley | 2022-05-11 12:38:14 -0400 |
---|---|---|
committer | Gavin Ridley | 2022-05-11 12:38:14 -0400 |
commit | 8972dd2ee3fb4183b17a611ba79a623e0f79274e (patch) | |
tree | bb6f5a4a86aaf6bf4d003da8a36e134e73f232b2 /PKGBUILD | |
parent | 566b9297047c5404aa6279d54fdca8ca6b70b0d9 (diff) | |
download | aur-8972dd2ee3fb4183b17a611ba79a623e0f79274e.tar.gz |
switch to using hdf5 package
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ arch=('any') url="https://github.com/openmc-dev/openmc" license=('MIT') makedepends=('cmake' 'git' 'python-setuptools') -depends=('hdf5-cpp-fortran' 'python-numpy' 'python-matplotlib' 'python-scipy' +depends=('hdf5' 'python-numpy' 'python-matplotlib' 'python-scipy' 'python-pandas' 'python-h5py' 'python-uncertainties' 'python-lxml' 'pugixml' 'fmt') provides=("${pkgname%-git}" "libopenmc.so") source=("${pkgname}::git+${url}.git") |