graphics/brlcad: updated for version 7.38.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e4e1dcd2f3
commit
df1979ba95
|
@ -9,6 +9,9 @@ Optional dependencies: astyle, proj, gdal. BRL-CAD will use them
|
|||
if available; if not it will use bundled versions. gdal is used by
|
||||
BRL-CAD but it does not detect the SBo version and always uses bundled
|
||||
one.
|
||||
Note: Having assimp installed breaks the build.
|
||||
There may be other packages which may alter the brlcad build, possibly
|
||||
making it worthless. It is best to build it on a clean environment.
|
||||
|
||||
Also there are a few options. Usage:
|
||||
OPTION=ON/OFF sh ./brlcad.SlackBuild
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=brlcad
|
||||
VERSION=${VERSION:-7.38.0}
|
||||
VERSION=${VERSION:-7.38.2}
|
||||
SRCVER=rel-${VERSION//./-}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="brlcad"
|
||||
VERSION="7.38.0"
|
||||
VERSION="7.38.2"
|
||||
HOMEPAGE="https://brlcad.org"
|
||||
DOWNLOAD="https://github.com/BRL-CAD/brlcad/archive/rel-7-38-0/brlcad-7-38-0.tar.gz"
|
||||
MD5SUM="6b87e2e662cc63c213ae00584fb40381"
|
||||
DOWNLOAD="https://github.com/BRL-CAD/brlcad/archive/rel-7-38-2/brlcad-7-38-2.tar.gz"
|
||||
MD5SUM="658a363c6064532bf17cba5924cab7f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue