oracle-instant-client: add macOS conflict (#31301)

This commit is contained in:
Adam J. Stewart 2022-06-28 01:21:37 -07:00 committed by GitHub
parent cd54a3e908
commit 8f3aa27e25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)