[arch-commits] Commit in avogadrolibs/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jun 3 08:47:02 UTC 2021
Date: Thursday, June 3, 2021 @ 08:47:01
Author: arojas
Revision: 417031
Update to 1.94.0
Modified:
avogadrolibs/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-03 08:44:08 UTC (rev 417030)
+++ PKGBUILD 2021-06-03 08:47:01 UTC (rev 417031)
@@ -1,22 +1,23 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=avogadrolibs
-pkgver=1.93.1
+pkgver=1.94.0
pkgrel=1
-pkgdesc="Libraries that provide 3D rendering, visualization, analysis and data processing useful in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas"
+pkgdesc='Libraries that provide 3D rendering, visualization, analysis and data processing useful in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas'
arch=(x86_64)
-url="https://www.openchemistry.org/"
+url='https://www.openchemistry.org/'
license=(custom)
-depends=(molequeue glew spglib libmsym libarchive hdf5)
+depends=(molequeue glew spglib libmsym libarchive hdf5 qt5-svg avogadro-molecules avogadro-crystals)
makedepends=(cmake eigen boost python mmtf-cpp pybind11 vtk qt5-tools genxrdpattern)
optdepends=('vtk: For the Qt plugins')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/OpenChemistry/avogadrolibs/archive/$pkgver.tar.gz")
-sha256sums=('fd15e0eef56b4d819a3e857e60331a167ffbde21937e7ba676d01ca49870bc0b')
+source=(https://github.com/OpenChemistry/avogadrolibs/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('5e9efa3dd34a715e66afe33e61776fd87446f6076138b46109c319dea14bacff')
+prepare() {
+ mkdir crystals molecules # Dummy dirs to trick cmake, actually provided by avogadro-molecules and avogadro-crystals
+}
build() {
- # Workaround for building with hdf5 1.12
- CXXFLAGS+=' -DH5_USE_110_API'
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_TRANSLATIONS=ON \
More information about the arch-commits
mailing list