Resolve "SYCL + DPCPP cmake config fails in gmxManageFFTLibraries.cmake"
[alexxy/gromacs.git] / python_packaging / src / external / README.md
index 7c7b2e673b84b0b11d31bf4d3d74389015313522..6d0c010e1c61a3ccd8af5be6be21e5579e172a20 100644 (file)
@@ -1,11 +1,11 @@
 ## pybind11
 
 For simplicity, the pybind headers were retrieved from 
-https://github.com/pybind/pybind11/archive/v2.2.4.tar.gz
+https://github.com/pybind/pybind11/archive/v2.5.0.tar.gz
 
     git rm -rf pybind
     mkdir -p pybind
-    wget https://github.com/pybind/pybind11/archive/v2.2.4.tar.gz
+    wget https://github.com/pybind/pybind11/archive/v2.5.0.tar.gz
     tar xvf *.tar.gz
     mv pybind11*/include pybind/
     mv pybind11*/tools pybind/