8 lines
404 B
Bash
8 lines
404 B
Bash
#!/bin/sh
|
|
pacman --noconfirm --sync boost boost-libs cmake coin curl desktop-file-utils doxygen \
|
|
eigen gc gcc-fortran git glew gnu-free-fonts guile hicolor-icon-theme jsoncpp \
|
|
libspnav libtool make med opencascade openmpi pyside2 pyside2-tools \
|
|
python-matplotlib python-netcdf4 python-pivy qt5-svg qt5-tools qt5-webengine \
|
|
qt5-webkit shared-mime-info shiboken2 swig texinfo xerces-c
|
|
|