Skip to content

Commit

Permalink
dbcsr: fix build on 10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and herbygillot committed Jan 20, 2023
1 parent 69da973 commit c389b77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions math/dbcsr/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

PortSystem 1.0
PortGroup cmake 1.1
PortGroup compiler_blacklist_versions 1.0
PortGroup github 1.0
PortGroup linear_algebra 1.0
PortGroup mpi 1.0
Expand Down Expand Up @@ -41,6 +42,9 @@ if {${os.platform} eq "darwin" && ${os.arch} eq "powerpc"} {
compiler.cxx_standard 2014
compiler.openmp_version 4.5

# Xcode clang on 10.7 fails with error: invalid instruction mnemonic 'cvtsi2sdl'
compiler.blacklist-append {clang < 500}

# OpenBLAS is not properly supported for Apple yet:
# https://github.com/cp2k/dbcsr/issues/645
# It is confirmed to be broken on PPC.
Expand Down

0 comments on commit c389b77

Please sign in to comment.