Package Details: brlcad 7.36.0-1

Git Clone URL: https://aur.archlinux.org/brlcad.git (read-only, click to copy)
Package Base: brlcad
Description: An extensive 3D solid modeling system.
Upstream URL: https://brlcad.org
Keywords: CAD
Licenses: BSD, LGPL, custom:BDL
Submitter: louipc
Maintainer: ejno
Last Packager: ejno
Votes: 67
Popularity: 0.088734
First Submitted: 2007-02-04 02:47 (UTC)
Last Updated: 2023-08-27 21:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

ejno commented on 2016-12-15 21:07 (UTC) (edited on 2016-12-15 21:22 (UTC) by ejno)

@thebunnyrules: The date and time are obtained by building and running a small C program -- are you building in a noexec filesystem, by any chance? Please also attach CMakeOutput.log. BRL-CAD has not yet been migrated to Tcl/Tk 8.6.x, although work is in progress. For this reason, the PKGBUILD uses the bundled Tcl/Tk.

ejno commented on 2016-12-15 20:58 (UTC)

I've modified the PKGBUILD to apply the 7.26.0.2 patch, which enables installation of the `gcv` command during the build.

thebunnyrules commented on 2016-12-15 11:03 (UTC)

Has anyone else come across this issue? Or knows how to resolve it? I'm trying to compile release 7.26.02. And I got this error: Code to determine current date and time failed! So, I went into /CMakeLists.txt (the main one) and entered the build date manually, replacing: message(FATAL_ERROR "Code to determine current date and time failed!\n") [this us the line that gives the fatal error if date and time protocol fail] with: set(CONFIG_DATE "161214") #<===== I also tried "20161214" [I simply replaced the automatic datestamp with a manual one to get around the problem] After making this substitution, it seems to be working well for 70% of the cmake process but then I hit this error where it says that it was unable to find Tcl, itcl or Tk libraries depite the fact they are installed and in directories where CMake was searching (see list below) Here are the details: ERROR MESSAGE: Could not find at least one of Tcl, Itcl or Tk libraries in /usr/lib64, /usr/lib64/itcl4.0.5, and /usr/lib64 Here are the contents of the Tcl,Itcl and Tk lib folders: /usr/lib64/itcl4.0.5/ itclConfig.sh itclHullCmds.tcl itcl.tcl itclWidget.tcl libitcl4.0.5.so libitclstub4.0.5.a pkgIndex.tcl /usr/lib64/tk8.6/ see this pastebin: http://pastebin.com/kW2Cdig5 /usr/lib64/tcl8.6/ see this: http://pastebin.com/xk1tVTUv It seems to me, I have all the needed libraries and the correct versions. I have check permission and everyone of the directories has read permissions given to everyone. Any ideas?

ejno commented on 2016-08-13 16:56 (UTC) (edited on 2016-08-13 16:57 (UTC) by ejno)

Updated to 7.26.0. Release notes are available at https://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/7.26.0/

ejno commented on 2016-06-02 00:27 (UTC)

@gjw: Thanks, should be fixed now.

gjw commented on 2016-05-27 16:58 (UTC)

It does not build any more. It stops at 44 percentage. It seems to me that some functions in the boost libraries have been removed and put into g++ instead.

lenzj commented on 2015-12-13 14:11 (UTC)

@ejno: It compiles and works well now. Thanks again.

ejno commented on 2015-12-13 05:44 (UTC)

@lenzj: Thanks, should be fixed now.

lenzj commented on 2015-12-12 12:40 (UTC)

I'm getting the following error during compile: /tmp/pacaurtmp-/brlcad/src/brlcad-7.24.2/src/other/boost/boost/xpressive/detail/static/transmogrify.hpp:42:46: error: no type named ‘string_type’ in ‘struct boost::xpressive::cpp_regex_traits<char>’ typedef typename Traits::string_type string_type;

ejno commented on 2015-03-12 12:59 (UTC)

@lenzj: Great, thanks for confirming!