[cig-commits] commit: removed VMake ... apparently doesn't work anymore ... use scons (note: I'm not removing the makefiles in the dirs at this point, just in case)

Mercurial hg at geodynamics.org
Mon Nov 24 11:29:28 PST 2008


changeset:   66:3803ac3d1d83
user:        SteveQuenette
date:        Thu Aug 07 02:40:31 2008 +0000
files:       Makefile.vmake build-functions.sh configure.sh project-config.sh
description:
removed VMake ... apparently doesn't work anymore ... use scons (note: I'm not removing the makefiles in the dirs at this point, just in case)


diff -r f5aaf819a640 -r 3803ac3d1d83 Makefile.vmake
--- a/Makefile.vmake	Wed Jul 16 02:24:22 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-VMake/Makefile.vmake
\ No newline at end of file
diff -r f5aaf819a640 -r 3803ac3d1d83 build-functions.sh
--- a/build-functions.sh	Wed Jul 16 02:24:22 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-VMake/build-functions.sh
\ No newline at end of file
diff -r f5aaf819a640 -r 3803ac3d1d83 configure.sh
--- a/configure.sh	Wed Jul 16 02:24:22 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-VMake/configure.sh
\ No newline at end of file
diff -r f5aaf819a640 -r 3803ac3d1d83 project-config.sh
--- a/project-config.sh	Wed Jul 16 02:24:22 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-#!/bin/sh
-##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-##
-## Victorian Partnership for Advanced Computing (VPAC) Ltd, Australia
-## (C) 2003 All Rights Reserved
-##
-## California Institute of Technology (Caltech), USA
-## (C) 2003 All Rights Reserved
-##
-## Authors:
-## 	Stevan M. Quenette, Senior Software Engineer, VPAC.
-##	Stevan M. Quenette, Visitor in Geophysics, Caltech.
-##
-## <copyright-release-tag>
-##
-## Role:
-##	Obtain the project configuration.
-##
-## $Id: project-config.sh 768 2008-04-21 03:20:07Z JohnMansour $
-##
-##
-##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-# Be Bourne compatible
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-	emulate sh
-	NULLCMD=:
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-	set -o posix
-fi
-
-. './build-functions.sh'
-
-setValue  PROJECT 'glucifer'
-
-# Setup Makefile shortcuts
-. ./VMake/Config/makefile-shortcuts.sh
-
-# Do configurations
-. ./VMake/Config/compiler-config.sh
-. ./VMake/Config/PETSc-config.sh
-. ./VMake/Config/mpi-config.sh
-. ./VMake/Config/xml-config.sh
-
-. ./VMake/Config/StGermain-config.sh
-. ./VMake/Config/StgDomain-config.sh
-. ./VMake/Config/StgFEM-config.sh
-
-. ./VMake/Config/vtk-config.sh
-. ./VMake/Config/sdl-config.sh
-. ./VMake/Config/carbon-config.sh
-. ./VMake/Config/libfame-config.sh
-. ./VMake/Config/libavcodec-config.sh
-. ./VMake/Config/OpenGl-config.sh
-. ./VMake/Config/X11-config.sh
-. ./VMake/Config/ImageFormats-config.sh
-. ./VMake/Config/gl2ps-config.sh
-



More information about the CIG-COMMITS mailing list