diff --git a/Programming/clang-macos/build b/Programming/clang-macos/build new file mode 100755 index 0000000..6c2e545 --- /dev/null +++ b/Programming/clang-macos/build @@ -0,0 +1,19 @@ +#!/usr/bin/env modbuild + +pbuild::add_to_group 'Programming' +pbuild::prep() { + : +} + +pbuild::configure() { + : +} + +pbuild::compile() { + : +} + +pbuild::install() { + : +} + diff --git a/Programming/clang-macos/files/variants b/Programming/clang-macos/files/variants new file mode 100644 index 0000000..8682a13 --- /dev/null +++ b/Programming/clang-macos/files/variants @@ -0,0 +1 @@ +clang-macos/10.0.1 unstable diff --git a/Programming/clang-macos/modulefile b/Programming/clang-macos/modulefile new file mode 100644 index 0000000..9e991e0 --- /dev/null +++ b/Programming/clang-macos/modulefile @@ -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 " + +module-help " +Dummy module for Xcode Clang compiler. +" + +set-family "Compiler" + +setenv CC /usr/bin/gcc +setenv CXX /usr/bin/g++