clang-macos module added

This commit is contained in:
2019-04-25 16:31:47 +02:00
parent ac96cfdddd
commit 1e30428167
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++