From 1e304281671dc65e80faeb7dda3dd77b847b1ad0 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 25 Apr 2019 16:31:47 +0200 Subject: [PATCH] clang-macos module added --- Programming/clang-macos/build | 19 +++++++++++++++++++ Programming/clang-macos/files/variants | 1 + Programming/clang-macos/modulefile | 15 +++++++++++++++ 3 files changed, 35 insertions(+) create mode 100755 Programming/clang-macos/build create mode 100644 Programming/clang-macos/files/variants create mode 100644 Programming/clang-macos/modulefile 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++