Skip to content

Commit 87b7e5d

Browse files
committed
Update build instructions for SDPA 7.3.17
1 parent 84fd00a commit 87b7e5d

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

docs/installation/linux.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Building on Linux
44
parent: Installation
5-
sdpa_latest_version: 7.3.16
5+
sdpa_latest_version: 7.3.17
66
# mumps_url: http://mumps.enseeiht.fr
77
mumps_url: https://mumps-solver.org
88
---
@@ -17,7 +17,13 @@ As a backend, we can use either the regular SDPA package, or the SDPA Multipreci
1717

1818
If you choose to use **SDPA Multiprecision**, please follow the instructions in the README of its [GitHub repository](https://github.com/sdpa-python/sdpa-multiprecision), and then skip directly to the [next section](#obtaining-and-installing-sdpa-python-wrapper) on building the Python wrapper.
1919

20-
If you choose to use the **regular SDPA package**, please download it from the [official website](http://sdpa.sourceforge.net/download.html). Currently, the latest version is {{page.sdpa_latest_version}}. Sourceforge does not allow a direct download link, however, the specific file required is [sdpa_{{page.sdpa_latest_version}}.tar.gz](https://downloads.sourceforge.net/project/sdpa/sdpa/sdpa_{{page.sdpa_latest_version}}.tar.gz).
20+
If you choose to use the **regular SDPA package**, we will download it from the [official website](http://sdpa.sourceforge.net/download.html). Currently, the latest version is {{page.sdpa_latest_version}}.
21+
22+
Sourceforge download links involve redirects. If you are using `wget`, it automatically redirects, however, if you are using `curl`, you have to add `-L` flag to enable redirects:
23+
24+
```bash
25+
curl -L -O https://downloads.sourceforge.net/project/sdpa/sdpa/sdpa_{{page.sdpa_latest_version}}.tar.gz
26+
```
2127

2228
Once downloaded, unzip it using:
2329

docs/installation/macos.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Building on macOS
44
parent: Installation
5-
sdpa_latest_version: 7.3.16
5+
sdpa_latest_version: 7.3.17
66
# mumps_url: http://mumps.enseeiht.fr
77
mumps_url: https://mumps-solver.org
88
---
@@ -17,7 +17,13 @@ As a backend, we can use either the regular SDPA package, or the SDPA Multipreci
1717

1818
If you choose to use **SDPA Multiprecision**, please follow the instructions in the README of its [GitHub repository](https://github.com/sdpa-python/sdpa-multiprecision), and then skip directly to the [next section](#obtaining-and-installing-sdpa-python-wrapper) on building the Python wrapper.
1919

20-
If you choose to use the **regular SDPA package**, please download it from the [official website](http://sdpa.sourceforge.net/download.html). Currently, the latest version is {{page.sdpa_latest_version}}. Sourceforge does not allow a direct download link, however, the specific file required is [sdpa_{{page.sdpa_latest_version}}.tar.gz](https://downloads.sourceforge.net/project/sdpa/sdpa/sdpa_{{page.sdpa_latest_version}}.tar.gz).
20+
If you choose to use the **regular SDPA package**, we will download it from the [official website](http://sdpa.sourceforge.net/download.html). Currently, the latest version is {{page.sdpa_latest_version}}.
21+
22+
Sourceforge download links involve redirects. If you are using `wget`, it automatically redirects, however, if you are using `curl`, you have to add `-L` flag to enable redirects:
23+
24+
```bash
25+
curl -L -O https://downloads.sourceforge.net/project/sdpa/sdpa/sdpa_{{page.sdpa_latest_version}}.tar.gz
26+
```
2127

2228
Once downloaded, unzip it using:
2329

docs/installation/windows.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Building on Windows
44
parent: Installation
5-
sdpa_latest_version: 7.3.16
5+
sdpa_latest_version: 7.3.17
66
# mumps_url: http://mumps.enseeiht.fr
77
mumps_url: https://mumps-solver.org
88
---
@@ -45,7 +45,13 @@ As a backend, we can use either the regular SDPA package, or the SDPA Multipreci
4545

4646
If you choose to use **SDPA Multiprecision**, please follow the instructions in the README of its [GitHub repository](https://github.com/sdpa-python/sdpa-multiprecision), and then skip directly to the [next section](#obtaining-and-installing-sdpa-python-wrapper) on building the Python wrapper.
4747

48-
If you choose to use the **regular SDPA package**, please download it from the [official website](http://sdpa.sourceforge.net/download.html). Currently, the latest version is {{page.sdpa_latest_version}}. Sourceforge does not allow a direct download link, however, the specific file required is [sdpa_{{page.sdpa_latest_version}}.tar.gz](https://downloads.sourceforge.net/project/sdpa/sdpa/sdpa_{{page.sdpa_latest_version}}.tar.gz).
48+
If you choose to use the **regular SDPA package**, we will download it from the [official website](http://sdpa.sourceforge.net/download.html). Currently, the latest version is {{page.sdpa_latest_version}}.
49+
50+
Sourceforge download links involve redirects. If you are using `wget`, it automatically redirects, however, if you are using `curl`, you have to add `-L` flag to enable redirects:
51+
52+
```bash
53+
curl -L -O https://downloads.sourceforge.net/project/sdpa/sdpa/sdpa_{{page.sdpa_latest_version}}.tar.gz
54+
```
4955

5056
Once downloaded, unzip it using:
5157

0 commit comments

Comments
 (0)