Skip to content

Commit

Permalink
fix(mac/intel-classic): fix intel 2023.1.0 url typos (fortran-lang#76)
Browse files Browse the repository at this point in the history
* single -> double slash in urls
  • Loading branch information
perazz authored Mar 26, 2024
1 parent 2a11c57 commit 78cb8fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup-fortran.sh
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ install_intel_dmg()
MACOS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/19086/m_HPCKit_p_2023.0.0.25440.dmg
;;
2023.1.0)
MACOS_BASEKIT_URL=https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2516a0a0-de4d-4f3d-9e83-545b32127dbb/m_BaseKit_p_2023.1.0.45568.dmg
MACOS_HPCKIT_URL=https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/a99cb1c5-5af6-4824-9811-ae172d24e594/m_HPCKit_p_2023.1.0.44543.dmg
MACOS_BASEKIT_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2516a0a0-de4d-4f3d-9e83-545b32127dbb/m_BaseKit_p_2023.1.0.45568.dmg
MACOS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a99cb1c5-5af6-4824-9811-ae172d24e594/m_HPCKit_p_2023.1.0.44543.dmg
;;
2023.2.0)
MACOS_BASEKIT_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cd013e6c-49c4-488b-8b86-25df6693a9b7/m_BaseKit_p_2023.2.0.49398.dmg
Expand Down Expand Up @@ -590,4 +590,4 @@ install_nvidiahpc()
export FC="nvfortran"
export CC="nvc"
export CXX="nvc++"
}
}

0 comments on commit 78cb8fb

Please sign in to comment.