From 26f8e0777449fb444287c46b851ea73afa8243a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Wed, 20 Nov 2024 20:21:39 +0100 Subject: [PATCH] Remove Python 3.11 only requirement --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8200e9..e6278c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ if(Boost_FOUND) endif() # Python -find_package(Python3 3.11...3.11.9 COMPONENTS Interpreter Development REQUIRED) +find_package(Python3 3.11 COMPONENTS Interpreter Development REQUIRED) message("Python3_LIBRARIES=${Python3_LIBRARIES}") # CMakes modules diff --git a/README.md b/README.md index fb47257..1f4d0a8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ In Linux sometimes the library libstdc++ is mistaken from the miniconda installa libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by b_xxxx) ``` -The solution is to erase the libstdc++ library from the miniconda installation: +The solution is to erase the libstdc++ library from the miniconda installation and no further compilation is needed. ### MPI