Skip to content

Commit 93e5e58

Browse files
committed
Prepare for 2.2.8
1 parent 6f6efea commit 93e5e58

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(CADABRA_VERSION_MAJOR 2)
22
set(CADABRA_VERSION_MINOR 2)
3-
set(CADABRA_VERSION_PATCH 7)
3+
set(CADABRA_VERSION_PATCH 8)
44
set(CADABRA_VERSION_TWEAK 1)
55
set(COPYRIGHT_YEARS "2001-2019")
66
math(EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8")

config/buildbot.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ function runbuild {
5757

5858
# Parameters: VM name, package type, local ssh port, folder name on web server.
5959

60-
#runbuild "Ubuntu_18.04" ".deb" 7017 ubuntu1804
60+
runbuild "Ubuntu_18.04" ".deb" 7017 ubuntu1804
6161
#runbuild "Fedora_28" ".rpm" 7020 fedora28
62-
#runbuild "Fedora_29" ".rpm" 7025 fedora29
63-
#runbuild "Mint_19" ".deb" 7022 mint19
64-
runbuild "OpenSUSE_15" ".rpm" 7024 opensuse150 ssh error
62+
runbuild "Fedora_29" ".rpm" 7025 fedora29
63+
runbuild "Mint_19" ".deb" 7022 mint19
64+
#runbuild "OpenSUSE_15" ".rpm" 7024 opensuse150 ssh error
6565
#runbuild "OpenSUSE_Tumbleweed" ".rpm" 7023 opensusetw ssh error
6666
#runbuild "CentOS_7" ".rpm" 7004 centos7 cmake/packaging clash
6767
#runbuild "Scientific_Linux_74" ".rpm" 7013 scientific7x
6868
#runbuild "Debian_921" ".deb" 7014 debian9
69-
#runbuild "Debian_Buster" ".deb" 7021 debian10
69+
runbuild "Debian_Buster" ".deb" 7021 debian10
7070

7171
# Outdated versions:
7272
# runbuild "Mint_18" ".deb" 7002 mint18 ERROR

tests/components.cdb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,12 @@ def test37():
800800
# ex:=g_{\mu\nu};
801801
# evaluate(ex, dec);
802802
#
803-
803+
804+
# {i,j}::Indices(values={1,2,3});
805+
# ex:=v_i v_i;
806+
# evaluate(ex, $v_1=-1.12, v_2=1.6, v_3=4.48$);
807+
# tst:=23.88 - @(ex);
808+
804809
print(list(map(lambda x: str(x), server.totals())))
805810

806811

0 commit comments

Comments
 (0)