File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ Vagrant.configure("2") do |config|
8686 pkgin upgrade
8787 pkgin -y install git cmake
8888 pkgin -y install mozilla-rootcerts-openssl
89- pkgin -y install swig python311 py311 -wheel py311 -pip py311 -pytest-virtualenv
90- pkgin -y install py311 -numpy py311 -pandas py311 -matplotlib
89+ pkgin -y install swig python312 py312 -wheel py312 -pip py312 -pytest-virtualenv
90+ pkgin -y install py312 -numpy py312 -pandas py312 -matplotlib
9191 SHELL
9292
9393 config . vm . provision "gcc14" , type : "shell" , inline :<<-SHELL
Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ Vagrant.configure("2") do |config|
9292 config . vm . provision "env" , type : "shell" , inline :<<-SHELL
9393 set -x
9494 pkg_add -u
95- pkg_add -y git cmake
96- pkg_add -y swig python39 py39-wheel py39 -pip py39-pytest -virtualenv
97- pkg_add -y py39- numpy py39 -pandas py39 -matplotlib
95+ pkg_add git cmake
96+ pkg_add swig python-3.11 py3 -pip py3-wheel py3-setuptools py3 -virtualenv
97+ pkg_add py3- numpy py3 -pandas py3 -matplotlib
9898 SHELL
9999
100100 config . vm . provision "file" , source : "../../../CMakeLists.txt" , destination : "$HOME/project/"
You can’t perform that action at this time.
0 commit comments