Skip to content

Commit ec4728d

Browse files
Remove outdated warning about Make build system incompatibility (#1192)
1 parent b31fc2c commit ec4728d

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Removed `Py_INCREF`/`Py_DECREF` on `Model` in `catchEvent`/`dropEvent` that caused memory leak for imbalanced usage
88
### Changed
99
### Removed
10+
- Removed outdated warning about Make build system incompatibility
1011

1112
## 6.1.0 - 2026.01.31
1213
### Added

INSTALL.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ Suite](https://www.scipopt.org/). Please, make sure that your SCIP installation
1818

1919
**Note that the latest PySCIPOpt version is usually only compatible with the latest major release of the SCIP Optimization Suite. See the table on the README.md page for details.**
2020

21-
If you install SCIP yourself and are not using the installer packages, you need to [install the
22-
SCIP Optimization Suite using CMake](https://www.scipopt.org/doc/html/md_INSTALL.php#CMAKE).
23-
The Makefile system is not compatible with PySCIPOpt!
24-
2521
If installing SCIP from source or using PyPI with a python and operating system that is not mentioned above, and SCIP is not installed in the global path,
2622
you need to specify the install location using the environment variable
2723
`SCIPOPTDIR`:

docs/build.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ To download SCIP please either use the pre-built SCIP Optimization Suite availab
4444
* - 3.2
4545
- 1.0
4646

47-
.. note:: If you install SCIP yourself and are not using the pre-built packages,
48-
you need to install the SCIP Optimization Suite using CMake.
49-
The Makefile system is not compatible with PySCIPOpt!
50-
5147
Download Source Code
5248
======================
5349

0 commit comments

Comments
 (0)