community/freecad to 0.20.1-4

This commit is contained in:
Kevin Mihelich 2022-08-30 12:40:47 +00:00
parent da15bd1567
commit cdf579a79f

View file

@ -18,26 +18,25 @@ highmem=1
pkgname=freecad
pkgver=0.20.1
pkgrel=2
pkgrel=4
pkgdesc='Feature based parametric 3D CAD modeler'
arch=(x86_64)
url='https://freecadweb.org/'
license=(LGPL)
depends=(boost-libs glew jsoncpp libspnav med-openmpi netcdf opencascade
depends=(boost-libs fmt glew jsoncpp libspnav med-openmpi netcdf opencascade
openmpi pyside2 pyside2-tools python-gitpython python-matplotlib
python-pivy python-ply pugixml qt5-svg qt5-tools qt5-webkit
qt5-x11extras qt5-xmlpatterns xerces-c)
makedepends=(boost cgns cli11 cmake coin eigen fmt gcc-fortran git jdk-openjdk
makedepends=(boost cgns cli11 cmake coin eigen gcc-fortran git jdk-openjdk
libharu liblas ninja openmpi openvdb openvr pdal
postgresql-libs python-mpi4py python-shiboken2 shiboken2 swig
utf8cpp)
optdepends=('fmt: for the FEM workbench'
'graphviz: dependency graph support'
optdepends=('graphviz: dependency graph support'
'openscad: OpenSCAD support'
'python-markdown: Markdown support in addon manager'
'python-gitpython: support downloading addons with git')
source=("git+https://github.com/$pkgname/$pkgname#commit=7f23e793eb136def6aee0f0ce8131bbbb6cd21e6") # tag: 0.20.1
b2sums=('SKIP')
source=("git+https://github.com/$pkgname/$pkgname#commit=f5d13554ecc7a456fb6e970568ae5c74ba727563") # tag: 0.20.1 (after upstream force pushed the tag)
b2sums=(SKIP)
build() {
cmake \