@@ -17,57 +17,58 @@ <h2>Build from source (Linux/macOS/Windows)</h2>
1717< p >
1818 You can build .deb and .rpm packages yourself when building from
1919 source, by running < code > sudo cpack</ code > after a successful
20- build. Note that on rpm systems this requires the use
21- of < code > cmake3</ code > and < code > cpack3</ code > ; the default cmake will lead to a broken package.
20+ build.
2221</ p >
2322
2423< h2 > Binary packages</ h2 >
2524< p >
26- Packages for various Linux distributions and for Windows (beta!) are
27- available for download here. Installation on macOS can be done
28- through HomeBrew or Conda; see below.
25+ Packages for various Linux distributions are available
26+ for < a href ="https://github.com/kpeeters/cadabra2/releases/latest "> download
27+ from github</ a > . These are generated automatically on every
28+ release. Installation on macOS can be done through HomeBrew or
29+ MacPorts; see below. There is also a Docker image if you only want
30+ to use Cadabra via Jupyter.
2931</ p >
3032< p >
31- Use at your own risk. Because of time constraints some of these
32- packages receive almost no testing, so any feedback is welcome.
33- If you want to help getting these into official distribution
34- repositories, please let me know.
33+ Use these packages at your own risk. Because of time constraints
34+ some of these packages receive almost no testing, so any feedback is
35+ welcome. If you want to help getting these into official
36+ distribution repositories, please let me know.
3537</ p >
3638
3739< div class ="packages ">
3840 < div class ="distrotype ">
3941 < img src ="static/images/appimage.svg "/>
40- < div class ="distronum "> < a href ="https://cadabra.science/packages/appimage-x86_64 "> Cadabra AppImage (for x86_64)</ a > </ div >
41- < div class ="distronum "> < a href ="https://cadabra.science/packages/appimage-aarch64 "> Cadabra AppImage (for aarch64)</ a > </ div >
4242 < div class ="distrotxt ">
4343 The AppImage version of Cadabra can be installed on any
4444 reasonably modern Linux distribution and it is completely
4545 self-contained. Just download and make the file executable
46- with < tt > chmod u+x *.AppImage</ tt > .
46+ with < tt > chmod u+x *.AppImage</ tt > . Versions are provided for
47+ < tt > x86_64</ tt > and < tt > aarch64</ tt > architectures from
48+ the < a href ="https://github.com/kpeeters/cadabra2/releases/latest "> github
49+ release page</ a > .
4750 </ div >
4851 </ div >
4952
5053 < div class ="distrotype ">
5154 < img src ="static/images/ubuntulogo.png "/>
52- < div class ="distronum "> < a href ="https://cadabra.science/packages/ubuntu1804 "> Ubuntu Bionic Beaver 18.04</ a > </ div >
53- < div class ="distronum "> < a href ="https://cadabra.science/packages/ubuntu2004 "> Ubuntu Focal Fossa 20.04</ a > </ div >
54- < div class ="distronum "> < a href ="https://cadabra.science/packages/ubuntu2204 "> Ubuntu Jammy Jellyfish 22.04</ a > </ div >
5555 < div class ="distrotxt ">
56- Cadabra is now also available in Ubuntu 22.04 from the official
57- repositories, by installing the < tt > cadabra2</ tt > package
58- (though this may not always be the most recent version). Thanks
59- to Alex Myczko for making this happen.
56+ Packages for Ubuntu 22.04 Jammy and 24.04 Noble are available
57+ from
58+ the < a href ="https://github.com/kpeeters/cadabra2/releases/latest "> github
59+ release page</ a > . Cadabra is now also available from the
60+ official repositories, by installing the < tt > cadabra2</ tt >
61+ package (though this may not always be the most recent
62+ version). Thanks to Alex Myczko for making this happen.
6063 </ div >
6164 </ div >
6265
6366 < div class ="distrotype ">
6467 < img src ="static/images/fedora-logo.png "/>
65- < div class ="distronum "> < a href ="https://cadabra.science/packages/fedora28/ "> Fedora 28</ a > </ div >
66- < div class ="distronum "> < a href ="https://cadabra.science/packages/fedora29/ "> Fedora 29</ a > </ div >
67- < div class ="distronum "> < a href ="https://cadabra.science/packages/fedora32/ "> Fedora 32</ a > </ div >
68- < div class ="distronum "> < a href ="https://cadabra.science/packages/fedora33/ "> Fedora 33</ a > </ div >
69- < div class ="distronum "> < a href ="https://cadabra.science/packages/fedora35/ "> Fedora 35</ a > </ div >
7068 < div class ="distrotxt ">
69+ Packages for Fedora 40 are available from
70+ the < a href ="https://github.com/kpeeters/cadabra2/releases/latest "> github
71+ release page</ a > .
7172 </ div >
7273 </ div >
7374
@@ -102,14 +103,16 @@ <h2>Binary packages</h2>
102103
103104 < div class ="distrotype ">
104105 < img src ="static/images/opensuse_logo.png "/>
105- < div class ="distronum "> < a href ="https://cadabra.science/packages/opensuse150/ "> openSUSE Leap 15.0</ a > </ div >
106- < div class ="distronum "> < a href ="https://cadabra.science/packages/opensusetw/ "> openSUSE Tumbleweed</ a > </ div >
106+ < div class ="distrotxt ">
107+ A package for openSUSE Tumbleweed is available from
108+ the < a href ="https://github.com/kpeeters/cadabra2/releases/latest "> github
109+ release page</ a > . You can still build it on openSUSE Leap, but you will need
110+ to build from source or rely on 3rd party repositories.
111+ </ div >
107112 </ div >
108113
109114 < div class ="distrotype ">
110115 < img src ="static/images/debian-logo.jpg "/>
111- < div class ="distronum "> < a href ="https://cadabra.science/packages/debian9/ "> Debian Stretch 9</ a > </ div >
112- < div class ="distronum "> < a href ="https://cadabra.science/packages/debian10/ "> Debian Buster 10</ a > </ div >
113116 < div class ="distrotxt ">
114117 Cadabra is now available in Debian 11 (Bullseye) from the
115118 official repositories, by installing the < tt > cadabra2</ tt >
@@ -135,27 +138,27 @@ <h2>Binary packages</h2>
135138 < div class ="distrotype ">
136139 < img src ="static/images/apple_logo.png "/>
137140 < div class ="distronum "> macOS</ a > </ div >
138- < div class ="distrotxt ">
139- Cadabra is available via the Homebrew package manager. Simply
140- do
141- < code > brew tap kpeeters/repo</ code >
142- < code > brew install cadabra2</ code >
143- If you encounter problems, please
144- 145- so they can be fixed and other people can benefit from it.
146- </ div >
147- < div class ="distrotxt ">
148- Cadabra is
149- also < a href ="https://ports.macports.org/port/cadabra2/ "> available
150- via MacPorts</ a > ,
151- < code > sudo port install cadabra2</ code >
152- should do the trick. For more details follow the link above.
153- </ div >
154- < div class ="distrotxt ">
155- If you want to build from source,
156- see < a href ="https://github.com/kpeeters/cadabra2#macos "> macOS
157- build instructions</ a > for details.
158- </ div >
141+ < div class ="distrotxt ">
142+ Cadabra is available via the Homebrew package manager. Simply
143+ do
144+ < code > brew tap kpeeters/repo</ code >
145+ < code > brew install cadabra2</ code >
146+ If you encounter problems, please
147+ 148+ so they can be fixed and other people can benefit from it.
149+ </ div >
150+ < div class ="distrotxt ">
151+ Cadabra is
152+ also < a href ="https://ports.macports.org/port/cadabra2/ "> available
153+ via MacPorts</ a > ,
154+ < code > sudo port install cadabra2</ code >
155+ should do the trick. For more details follow the link above.
156+ </ div >
157+ < div class ="distrotxt ">
158+ If you want to build from source,
159+ see < a href ="https://github.com/kpeeters/cadabra2#macos "> macOS
160+ build instructions</ a > for details.
161+ </ div >
159162</ div >
160163
161164< a name ="windows "> </ a >
0 commit comments