Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Latest stable (2.7.1) of pybind11 fixed issue with mingw64.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 4 Aug 2021 08:51:37 +0000 (10:51 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 4 Aug 2021 08:52:39 +0000 (10:52 +0200)
Ref. https://framagit.org/simgrid/simgrid/-/issues/76

.appveyor.yml

index 527a685..8713022 100644 (file)
@@ -43,9 +43,7 @@ install:
 # Work around a bug on appveyor where the default sh is not the one I expect
 - rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe"
 # We need pybind11. SimGrid will pick it automatically if the subdir is here
-# FIXME: stick to v2.6.2 until issue https://framagit.org/simgrid/simgrid/-/issues/76 is resolved
-#- cmd: git clone --branch stable --depth=1 https://github.com/pybind/pybind11.git
-- cmd: git clone --branch v2.6.2 --depth=1 https://github.com/pybind/pybind11.git
+- cmd: git clone --branch stable --depth=1 https://github.com/pybind/pybind11.git
 
 build_script:
 - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_documentation=OFF -Denable_java=ON -Denable_msg=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF .