Skip to content

Commit 366cb44

Browse files
author
Kasper Peeters
committed
Add build logic for Mint 21 packages.
1 parent 48ecf09 commit 366cb44

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

cmake/packaging.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ else()
164164
if(LINUX_ISSUE MATCHES "21")
165165
message("-- This is a Linux Mint 21 system")
166166
set(CPACK_SYSTEM_NAME "vanessa")
167-
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")
167+
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")
168168
endif()
169169
if(LINUX_ISSUE MATCHES "20")
170170
message("-- This is a Linux Mint 20 system")

config/buildbot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ function runbuild {
7373

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

76+
runbuild "Mint_21" ".deb" 7035 mint21
7677
runbuild "Mint_20" ".deb" 7026 mint20
7778
runbuild "Ubuntu_22.04" ".deb" 7033 ubuntu2204
7879
runbuild "Ubuntu_20.04" ".deb" 7030 ubuntu2004

config/buildpkg.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
# fi
1313

1414
cd ${HOME}/cadabra2
15-
sudo ls
15+
#sudo ls
1616
rm -f config/install_script.iss config/pre_install.rtf
1717
git pull origin
1818
git checkout ${CDB_TAG}
19-
sudo rm -Rf build/*
19+
ls
20+
rm -Rf build/*
2021
mkdir build
2122
cd build
2223
if [ -f /etc/redhat-release ]; then

0 commit comments

Comments
 (0)