Skip to content

Commit

Permalink
Fix SLES fortran dependency in install script (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
eidenyoshida authored Jun 8, 2020
1 parent 4adbe6b commit fc707c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ install_packages( )
local client_dependencies_centos_7=( "devtoolset-7-gcc-gfortran" "boost-devel" )
local client_dependencies_centos_8=( "gcc-gfortran" "boost-devel" )
local client_dependencies_fedora=( "gcc-gfortran" "boost-devel" )
local client_dependencies_sles=( "gcc-gfortran" "libboost_program_options1_66_0-devel" )
local client_dependencies_sles=( "gcc-fortran" "libboost_program_options1_66_0-devel" )

if [[ ( "${ID}" == "centos" ) || ( "${ID}" == "rhel" ) ]]; then
if [[ "${VERSION_ID}" == "6" ]]; then
Expand Down

0 comments on commit fc707c1

Please sign in to comment.