oracle-instant-client: add macOS conflict (#31301)
This commit is contained in:
parent
cd54a3e908
commit
8f3aa27e25
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ class OracleInstantClient(Package):
|
|||
|
||||
depends_on('libaio', type='link')
|
||||
|
||||
# TODO: add URLs for macOS. Unfortunately still no native M1 support.
|
||||
# https://www.oracle.com/database/technologies/instant-client/macos-intel-x86-downloads.html
|
||||
conflicts('platform=darwin')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.bin)
|
||||
mkdirp(prefix.include)
|
||||
|
|
Loading…
Reference in a new issue