summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin Ridley2022-05-11 12:38:14 -0400
committerGavin Ridley2022-05-11 12:38:14 -0400
commit8972dd2ee3fb4183b17a611ba79a623e0f79274e (patch)
treebb6f5a4a86aaf6bf4d003da8a36e134e73f232b2 /PKGBUILD
parent566b9297047c5404aa6279d54fdca8ca6b70b0d9 (diff)
downloadaur-8972dd2ee3fb4183b17a611ba79a623e0f79274e.tar.gz
switch to using hdf5 package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f65802985329..95ff98f163d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")