graphics/brlcad: updated for version 7.38.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-03-21 19:20:27 +01:00 committed by Willy Sudiarto Raharjo
parent e4e1dcd2f3
commit df1979ba95
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 7 additions and 4 deletions

View File

@ -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 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 BRL-CAD but it does not detect the SBo version and always uses bundled
one. 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: Also there are a few options. Usage:
OPTION=ON/OFF sh ./brlcad.SlackBuild OPTION=ON/OFF sh ./brlcad.SlackBuild

View File

@ -15,7 +15,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=brlcad PRGNAM=brlcad
VERSION=${VERSION:-7.38.0} VERSION=${VERSION:-7.38.2}
SRCVER=rel-${VERSION//./-} SRCVER=rel-${VERSION//./-}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="brlcad" PRGNAM="brlcad"
VERSION="7.38.0" VERSION="7.38.2"
HOMEPAGE="https://brlcad.org" HOMEPAGE="https://brlcad.org"
DOWNLOAD="https://github.com/BRL-CAD/brlcad/archive/rel-7-38-0/brlcad-7-38-0.tar.gz" DOWNLOAD="https://github.com/BRL-CAD/brlcad/archive/rel-7-38-2/brlcad-7-38-2.tar.gz"
MD5SUM="6b87e2e662cc63c213ae00584fb40381" MD5SUM="658a363c6064532bf17cba5924cab7f1"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""