remove qhull dependency
qhull package is not needed, if using included qhull
This commit is contained in:
parent
a503d15b4c
commit
f8db70575b
2 changed files with 1 additions and 2 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -15,7 +15,6 @@ pkgbase = superslicer
|
|||
depends = glew
|
||||
depends = nlopt
|
||||
depends = openvdb
|
||||
depends = qhull
|
||||
depends = wxgtk3-dev
|
||||
depends = boost-libs-171-opt
|
||||
conflicts = slic3r++
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -8,7 +8,7 @@ pkgdesc="G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)"
|
|||
arch=('x86_64')
|
||||
url="https://github.com/supermerill/SuperSlicer"
|
||||
license=('AGPL3')
|
||||
depends=('cgal' 'glew' 'nlopt' 'openvdb' 'qhull' 'wxgtk3-dev' 'boost-libs-171-opt')
|
||||
depends=('cgal' 'glew' 'nlopt' 'openvdb' 'wxgtk3-dev' 'boost-libs-171-opt')
|
||||
conflicts=('slic3r++')
|
||||
replaces=('slic3r++')
|
||||
makedepends=('cereal' 'cmake' 'eigen' 'libigl' 'openvdb' 'wxgtk2') # cmake doesn't detect wx if not both gtk2 and gtk3 are installed
|
||||
|
|
Loading…
Reference in a new issue