Merge branch '6-write-dummy-build-block-for-clang-on-macos' into 'master'

Resolve "write dummy build-block for Clang on macOS"

Closes #6

See merge request Pmodules/buildblocks!5
This commit is contained in:
2019-04-25 16:32:12 +02:00
3 changed files with 35 additions and 0 deletions

19
Programming/clang-macos/build Executable file
View File

@@ -0,0 +1,19 @@
#!/usr/bin/env modbuild
pbuild::add_to_group 'Programming'
pbuild::prep() {
:
}
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
:
}

View File

@@ -0,0 +1 @@
clang-macos/10.0.1 unstable

View File

@@ -0,0 +1,15 @@
#%Module1.0
module-whatis "Dummy module for Xcode Clang Compiler."
module-url "https://developer.apple.com/xcode/"
module-license "Apple"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
Dummy module for Xcode Clang compiler.
"
set-family "Compiler"
setenv CC /usr/bin/gcc
setenv CXX /usr/bin/g++