Skip to content

Commit

Permalink
v4.3.2 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco authored Jun 12, 2023
1 parent 2cdc9c5 commit f8b084b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,19 +308,6 @@ under `C:\Program Files\MATLAB\R2021a\bin\win64`.

---

## Platform-dependent issues

### SunOS/OpenIndiana

The Python3 wrapper [pyqpp](https://github.com/softwareQinc/qpp/blob/main/pyqpp)
doesn't compile under SunOS/OpenIndiana due to errors in `<cmath>` such as

```
no member named 'llround' in the global namespace; did you mean 'lround'?
```

---

## Python 3 wrapper

[pyqpp](https://github.com/softwareQinc/qpp/blob/main/pyqpp) is a Python 3
Expand All @@ -338,3 +325,16 @@ detect the location of the Eigen3 matrix library, set the environment variable

For more details, please see
[pyqpp/README.md](https://github.com/softwareQinc/qpp/blob/main/pyqpp/README.md).

---

## Platform-dependent issues

### SunOS/OpenIndiana

The Python3 wrapper [pyqpp](https://github.com/softwareQinc/qpp/blob/main/pyqpp)
doesn't compile under SunOS/OpenIndiana due to errors in `<cmath>` such as

```
no member named 'llround' in the global namespace; did you mean 'lround'?
```

0 comments on commit f8b084b

Please sign in to comment.