]> www.ginac.de Git - ginac.git/commit
build: use bundled CLN if available
authorAlexey Sheplyakov <asheplyakov@altlinux.org>
Thu, 19 Dec 2019 14:17:41 +0000 (18:17 +0400)
committerAlexey Sheplyakov <asheplyakov@altlinux.org>
Fri, 28 Aug 2020 15:15:31 +0000 (19:15 +0400)
commite7a1ce91cd311fde94a8011e2869a7f9fc018f41
tree1a9764f017a5d441e51cc99dd3406b894e542674
parent4f71d7035d32e8f74d9b13e0d6a9c0ab4a58062d
build: use bundled CLN if available

So one can unpack CLN tarball (or clone CLN git repository) and compile
both CLN and GiNaC in one pass:

git clone git://ginac.de/ginac.git
cd ginac
git clone git://www.ginac.de/cln.git
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. && make
CMakeLists.txt