Resolve "SYCL + DPCPP cmake config fails in gmxManageFFTLibraries.cmake"
[alexxy/gromacs.git] / python_packaging / src / external / README.md
index 69890eb5e6eeb57e0604ac49d48fa390690bb19f..6d0c010e1c61a3ccd8af5be6be21e5579e172a20 100644 (file)
@@ -1,11 +1,11 @@
 ## pybind11
 
 For simplicity, the pybind headers were retrieved from 
-https://github.com/pybind/pybind11/archive/v2.4.3.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.4.3.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/