summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR Update Bot2018-03-05 13:14:23 -0500
committerTarn Burton2018-03-05 13:14:23 -0500
commite1234bcaec9eb992bf673e24359d15b4f59ad1b5 (patch)
tree268f6890c2a8993a1ef45aab95ac9ee366771509 /PKGBUILD
parentef803fa6ecdec092b2f30e614ba51fc135e0f0b6 (diff)
downloadaur-e1234bcaec9eb992bf673e24359d15b4f59ad1b5.tar.gz
Updated version (r1429.2fd1e6b970 -> r1527.5a4be48ceb).
Changelog ========= Merge all changes required to build on OpenBSD and Windows (command-line only so far). (5a4be48ceb) Update readme (95e636a08b) Update readme (722b32c563) Show build types available (deeaf1a543) Allow other build types on windows (1dd47c80bb) Fix io encoding on windows (2f0a481767) Fix regex handling in DisplaySympy (e3bc6aefa6) Fix regex_replace parameters (8800bf50d4) Fix test cmakefile (72ee6878e1) Fix environment variables for tests (9c5ab925c9) Update instructions for OpenBSD (7a44402ca1) Fix for Open/FreeBSD (cfc1edf78f) Set LANG and LC_ALL variables for tests so that unicode output does not fail. (fa66edf94b) Fix typo (e08a472724) Encode python executable location in cadabra2.in (9f7072ec16) Remove the remains of boost::regex in favour of std::regex. (1b1c7607fb) Fix uninitialised return value (2b855d4c58) Do not assume cadabra2 is executable (30eaea9287) Attempt to fix parsing issue on windows (87bce4bc27) Display more info in treeform (083c52d182) Update README.rst (9b6ee3f184) Update README.rst (8960ae7d20) Update README.rst (ee754815eb) Update README.rst (353a4fdf6c) Update README.rst (f3852372e1) Update README.rst (48cc4e25a9) Update README.rst (7931008006) Update README.rst (2bfe8e9031) Update README.rst (6ad7dda506) Update README.rst (fa00886bc2) Use correct path for testing (dbc11fb40f) All tests pass again (ba33653240) Fix regex (cb8ea45a3d) Fix for paths (17cf05c8ac) Fix for paths (1b0a999e40) Fix for paths (0df4dde37b) Fix for paths (701159b29d) Fix for paths (815c4d3de9) Fix install source directories (860a81c235) Show install prefix at config (50c26be4ba) Fix installation path on windows (a8c9ff8397) Remove unnecessary cmake file (f89735e3bc) Build on Linux again too (912418cd3e) Build on Linux again too (0c1606f24f) Build on Linux again too (f38fe79878) Remove pcre (927e737697) Remove unnecessary link (f0af3e7694) Cleanup makelists (7d4e6786ab) Update makelist (a0eafd0382) Hack to make core build; needs reorganisation of jsoncpp (24d5ad443f) Do not build server and client lib when frontend off (12c6e7c78a) Avoid multiply defined symbol on WIN32 (2a0891501f) Avoid multiply defined symbol on WIN32 (33ded8e8cd) Attempt to fix missing signal on windows (a297b3cb46) Attempt to fix missing signal on windows (7841b3b80c) Attempt to fix missing signal on windows (d9a7d138e9) Attempt to fix missing signal on windows (25d9b15d9f) Attempt to fix missing signal on windows (88160399de) Attempt to switch to boost.signals2 (a307584232) Fix for min/max on windows (74618386f3) Fix for min/max on windows (ffa3c69b84) Attempt to fix missing signal on windows (538b9addea) Fix unistd.h dependence (5ddffdfc85) Fix unistd.h dependence (b1312bc43d) Fix missing pid_t on windows (392c082b98) Weird boolean error (534022b72f) Remove base class ambiguity (c0d89d9785) Remove base class ambiguity (81b519d22e) Another cxxabi fix (d5cef5e86d) Another cxxabi fix (3ed6f55b2e) Convert to std::regex (500a055b14) Make Stopwatch not depend on Posix anymore. (b9a8446d32) Merge branch 'master' into feature/kwindows (db67b505c7) Fix typo in include path (5cc1c67f04) Fix typo in include path (96c3acedf5) Fix compiler error for more recent gcc (22de988749) Update windows build instructions (a7878b5928) Add windows build instructions (0188457cc5) Added linking to thread library (9025a4029a) Fix typo (c1ef6620b0) Add replacement for unistd.h (3de3445254) Add replacement for unistd.h (8b50730fdc) Add cmake files (d0308152e4) Fix call (2b71416bed) Rename GMPXX_LIB to GMPXX_LIBRARIES (9ebb2fd9a4) Rename GMPXX_LIB to GMPXX_LIBRARIES (d6d01efd20) Find glibmm (e065cac016) Remove findgmp again, only find gmpxx (f602340dc2) Update findgmp.cmake (a70e3b3435) Require gmp as well as gmpxx (5be9440084) Take glib out of windows build (a22f4a3c2a) Remove pkgconfig dep for windows (d122148526) Boost fix (24188cb5a5) Boost fix (08f4ee9f19) Boost fix (26b05a1815) Stop printing library paths, not relevant on windows (16475be525) Fix for gmp (8671ddb859) Add winlibs.cmake (b1461cf127)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d715002c43d5..3663d59ae895 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname='cadabra2-git'
-pkgver=r1429.2fd1e6b970
+pkgver=r1527.5a4be48ceb
pkgrel=1
pkgdesc="A computer algebra system (pre-release version) designed specifically for the solution of problems encountered in field theory."
arch=('i686' 'x86_64')