File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +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
8991 SHELL
9092
9193 config . vm . provision "gcc14" , type : "shell" , inline :<<-SHELL
Original file line number Diff line number Diff line change @@ -92,7 +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 git cmake
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
9698 SHELL
9799
98100 config . vm . provision "file" , source : "../../../CMakeLists.txt" , destination : "$HOME/project/"
You can’t perform that action at this time.
0 commit comments