[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:59:25 PST 2008


changeset:   134:47c7ca9d8df3
user:        SteveQuenette
date:        Thu Aug 07 02:35:53 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 f54345f0d89b -r 47c7ca9d8df3 Makefile.vmake
--- a/Makefile.vmake	Thu Aug 07 02:09:44 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 f54345f0d89b -r 47c7ca9d8df3 build-functions.sh
--- a/build-functions.sh	Thu Aug 07 02:09:44 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 f54345f0d89b -r 47c7ca9d8df3 configure.sh
--- a/configure.sh	Thu Aug 07 02:09:44 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 f54345f0d89b -r 47c7ca9d8df3 project-config.sh
--- a/project-config.sh	Thu Aug 07 02:09:44 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-#!/bin/sh
-##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-##
-## Copyright (C), 2003, Victorian Partnership for Advanced Computing (VPAC) Ltd, 110 Victoria Street, Melbourne, 3053, Australia.
-##
-## Authors:
-##	Stevan M. Quenette, Senior Software Engineer, VPAC. (steve at vpac.org)
-##	Patrick D. Sunter, Software Engineer, VPAC. (pds at vpac.org)
-##	Luke J. Hodkinson, Computational Engineer, VPAC. (lhodkins at vpac.org)
-##	Siew-Ching Tan, Software Engineer, VPAC. (siew at vpac.org)
-##	Alan H. Lo, Computational Engineer, VPAC. (alan at vpac.org)
-##
-##  This library is free software; you can redistribute it and/or
-##  modify it under the terms of the GNU Lesser General Public
-##  License as published by the Free Software Foundation; either
-##  version 2.1 of the License, or (at your option) any later version.
-##
-##  This library is distributed in the hope that it will be useful,
-##  but WITHOUT ANY WARRANTY; without even the implied warranty of
-##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-##  Lesser General Public License for more details.
-##
-##  You should have received a copy of the GNU Lesser General Public
-##  License along with this library; if not, write to the Free Software
-##  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-##
-## $Id: project-config.sh 3959 2007-01-11 02:17:08Z KathleenHumble $
-##
-##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-# 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 'StgDomain'
-
-# Setup Makefile shortcuts
-. ./VMake/Config/makefile-shortcuts.sh
-
-# Do configurations
-# Note: StGermain needs to be before MPI and PETSc, due to the
-# "compatibility" stuff. -- PatrickSunter
-. ./VMake/Config/StGermain-config.sh
-
-. ./VMake/Config/compiler-config.sh
-. ./VMake/Config/math-config.sh
-. ./VMake/Config/xml-config.sh
-. ./VMake/Config/mpi-config.sh
-. ./VMake/Config/blaslapack-config.sh
-. ./VMake/Config/python-config.sh --optional
-
-dumpPkgConfigFile ${BLD_DIR}/lib/pkgconfig



More information about the CIG-COMMITS mailing list