Skip to content

Commit f3ef486

Browse files
author
Kasper Peeters
committed
Add packaging info for Ubuntu 22.04.
1 parent c09929e commit f3ef486

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

cmake/packaging.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ else()
148148
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libgmpxx4ldbl, libboost-system1.71.0, libboost-filesystem1.71.0, libboost-program-options1.71.0, libboost-regex1.71.0, libstdc++6, uuid-runtime, libgtkmm-3.0-1v5, texlive, texlive-latex-extra, texlive-science, python3-matplotlib, python3-mpmath, dvipng, python3-sympy, python3-gmpy2")
149149
message("-- This is an Ubuntu 20.04 system")
150150
endif()
151+
if(LINUX_ISSUE MATCHES "22.04")
152+
set(CPACK_SYSTEM_NAME "jammy")
153+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libgmpxx4ldbl, libboost-system1.74.0, libboost-filesystem1.74.0, libboost-program-options1.74.0, libboost-regex1.74.0, libstdc++6, uuid-runtime, libgtkmm-3.0-1v5, texlive, texlive-latex-extra, texlive-science, python3-matplotlib, python3-mpmath, dvipng, python3-sympy, python3-gmpy2")
154+
message("-- This is an Ubuntu 22.04 system")
155+
endif()
151156
endif()
152157
if(LINUX_ISSUE MATCHES "Mint")
153158
set(CPACK_GENERATOR "DEB")

config/buildbot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ function runbuild {
7474
# Parameters: VM name, package type, local ssh port, folder name on web server.
7575

7676
runbuild "Mint_20" ".deb" 7026 mint20
77+
runbuild "Ubuntu_22.04" ".deb" 7033 ubuntu2204
7778
runbuild "Ubuntu_20.04" ".deb" 7030 ubuntu2004
7879
runbuild "Ubuntu_18.04" ".deb" 7017 ubuntu1804
7980
runbuild "Fedora_28" ".rpm" 7020 fedora28

tests/gamma.cdb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,15 @@ def test05():
375375

376376
test05()
377377

378+
{\mu,\nu}::Indices(curved).
379+
{a,b,c}::Indices(flat).
380+
\gamma{#}::GammaMatrix(metric=g).
381+
ex := \gamma_{\mu} \gamma_{a};
382+
ex2:= \gamma_{a}\gamma_{\mu}\gamma_{\nu}\gamma_{b};
383+
join_gamma(_);
384+
ex := \gamma_{a} \gamma_{b};
385+
join_gamma(_);
386+
378387
{\alpha,\beta}::Indices(position=fixed);
379388
\gamma{#}::Matrix;
380389
\lambda::ImplicitIndex;

web2/cadabra2/source/download.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ <h2>Binary packages</h2>
3939
<img src="static/images/ubuntulogo.png"/>
4040
<div class="distronum"><a href="https://cadabra.science/packages/ubuntu1804">Ubuntu Bionic Beaver 18.04</a></div>
4141
<div class="distronum"><a href="https://cadabra.science/packages/ubuntu2004">Ubuntu Focal Fossa 20.04</a></div>
42+
<div class="distronum"><a href="https://cadabra.science/packages/ubuntu2204">Ubuntu Jammy Jellyfish 22.04</a></div>
4243
<div class="distrotxt">
4344
</div>
4445
</div>

0 commit comments

Comments
 (0)