Skip to content

Commit

Permalink
do not remove intel key
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Dec 13, 2023
1 parent ea3a0c9 commit fac15ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
run: |
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
rm GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
sudo apt-get update
- name: (Ubuntu) Install Intel oneAPI
Expand Down
2 changes: 1 addition & 1 deletion src/fpm_meta.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ logical function is_link_argument(compiler,string)

end function is_link_argument

!> From the build flags, remove optimization and other unnecessary flags
!> From build, remove optimization and other unnecessary flags
subroutine filter_build_arguments(compiler,command)
type(compiler_t), intent(in) :: compiler
type(string_t), intent(inout) :: command
Expand Down

0 comments on commit fac15ee

Please sign in to comment.