# blitzpp/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. A procedure similar to the one shown in the "git- fetch" block was used. #--------------------------------------------------------------------- [gitfetch] # OUTBASE should be set to the base name that should be used locally # for the source tree and associated tarball. This should be set to # 1 to 4 words separated by dashes. # The OUTBASE setting doesn't need to match the package name. Addi- # tionally, in general, a source tarball name doesn't need to match # the name of the top-level directory that it contains. However, if # there isn't a full match in both contexts, the setting "unpack = # relaxed" will need to be added to the "cfg"-file "settings" block. OUTBASE=blitzpp YYMMDD=180714 DIR=$OUTBASE-git-$YYMMDD URL=https://github.com/blitzpp/blitz.git rm -fr $OUTBASE $DIR $DIR.tar* git clone $URL $DIR tar cf - $DIR | pbzip2 -c > $DIR.tar.bz2 tardate $DIR.tar.bz2 #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.85 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 000.98 minutes) - HP EliteBook 8560w 32GB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = COPYING.LESSER tmpsize = 43M #--------------------------------------------------------------------- [depends] actools boost gawk grep sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE autoreconf -fi bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-fortran \ --enable-64bit \ --enable-optimize \ --enable-serialization \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE \ --with-boost=$PRODTREE/boost #--------------------------------------------------------------------- [build] smpmake lib make install #--------------------------------------------------------------------- # 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] 180714 Added package. Started with 180714 ("git" date).