Skip to content

Commit b61980b

Browse files
committed
Packaging updates.
1 parent 7f456fe commit b61980b

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,11 @@ It should be possible to simply copy the C:\Cadabra folder to a
448448
different machine and run it there (that is essentially what the
449449
binary installer does).
450450

451+
To create an installer, make sure you have Inno installer
452+
available. Then run, from the `cadabra2/config` directory::
453+
454+
"C:\Program Files (x86)\Inno Setup 6\ISCC" install_script.iss
455+
451456

452457
Building a Jupyter kernel
453458
-------------------------

cmake/packaging.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ if(EXISTS "/etc/redhat-release")
4444
message("-- This is a Fedora 32 system")
4545
set(CPACK_RPM_PACKAGE_REQUIRES "python3-libs, pcre, gmp, libuuid, sqlite, gtkmm30, boost-system, boost-filesystem, boost-program-options, boost-regex, libstdc++, python3-matplotlib, dvipng, texlive, texlive-ytableau")
4646
set(CPACK_SYSTEM_NAME "fedora32")
47+
elseif(LINUX_ISSUE MATCHES "33")
48+
message("-- This is a Fedora 33 system")
49+
set(CPACK_RPM_PACKAGE_REQUIRES "python3-libs, pcre, gmp, libuuid, sqlite, gtkmm30, boost-system, boost-filesystem, boost-program-options, boost-regex, libstdc++, python3-matplotlib, dvipng, texlive, texlive-ytableau")
50+
set(CPACK_SYSTEM_NAME "fedora33")
4751
elseif(LINUX_ISSUE MATCHES "24")
4852
message("-- This is a Fedora 24 system")
4953
set(CPACK_RPM_PACKAGE_REQUIRES "python3-libs, pcre, gmp, libuuid, sqlite, gtkmm30, boost-system, boost-filesystem, boost-program-options, boost-regex, libstdc++, python3-matplotlib, dvipng, texlive, texlive-ytableau")

config/buildbot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ runbuild "Ubuntu_18.04" ".deb" 7017 ubuntu1804
7979
runbuild "Fedora_28" ".rpm" 7020 fedora28
8080
runbuild "Fedora_29" ".rpm" 7025 fedora29
8181
runbuild "Fedora_32" ".rpm" 7027 fedora32
82+
runbuild "Fedora_33" ".rpm" 7031 fedora33
8283
runbuild "Mint_19" ".deb" 7022 mint19
8384
runbuild "OpenSUSE_15" ".rpm" 7024 opensuse150
8485
runbuild "OpenSUSE_Tumbleweed" ".rpm" 7023 opensusetw

web2/cadabra2/source/changelog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ <h3>github master (2.3.5)</h3>
2525
without path settings, and the Jupyter kernel will work nicely with
2626
the Jupyter package in Debian. </li>
2727
<li>Fix display of lists containing <tt>Ex</tt> objects.</li>
28+
<li>Fix import of Jupyter notebooks.</li>
2829
</ul>
2930

3031
<a name="2.3.4"></a>

0 commit comments

Comments
 (0)