# assimp/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run \ --checkout=v5.4.2 \ --deletegit \ https://github.com/assimp/assimp.git #--------------------------------------------------------------------- @@@ 2. This package needs to use "nosyslinks = yes" because otherwise it might conflict with "qt5" and cause FTBFS for the latter package. How- ever: (a) The "assimp" program can be, and presently is, symlinked in- to the system "bin" directories. Only the include files and library files presently cause conflicts. (b) Packages that need to use the "assimp" libraries can specify "setpaths = assimp" in their "cfg" files. #--------------------------------------------------------------------- [buildtimes] 00.14 hours (or 008.60 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] altpkg = yes defer = glibc64 license = See "license*.txt" in installed tree licfile = LICENSE nosyslinks = yes tmpsize = 190M setpaths = assimp minizip-ng xorg zlib zziplib #--------------------------------------------------------------------- [depends] cmake expat git minizip-ng ncurses pkgconf xorg zlib zziplib #--------------------------------------------------------------------- [configure] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc LIBDIR=$PKGDIR_PROD/lib PROGDIR=$PKGDIR_PROD/program mkdir -p $BINDIR $DOCDIR $PROGDIR mkdir obj && cd obj && cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DASSIMP_BUILD_ASSIMP_TOOLS=ON \ -DASSIMP_BUILD_TESTS=OFF \ -DASSIMP_BUILD_ZLIB=OFF \ .. #--------------------------------------------------------------------- [build] cd obj && smpmake && smpmake install #--------------------------------------------------------------------- [postbuild] ln -nsf $PRODTREE/assimp/bin/assimp $SYSDIR_BIN/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 190805 Added package. Started with 1c3e934ae ("git" hash). 210125 Updated to 294d4230b 220109 Updated to 8134cae99 - same as 5.1.6 230222 Updated to 277e19106 240321 Updated to 6a08c39e3 - same as 5.3.1 240626 Fixed FTBFS 240626 Updated to 10df90ec1 - same as 5.4.1 240712 Updated to ddb74c2bb - same as 5.4.2