summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-05-05 21:55:20 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-05-05 21:55:20 +0000
commita86ec225f2823cf31564eba2fe15f6d1d19b39fd (patch)
tree7cfa09221741d1247c17eccefc3745f15c079f19 /sci-physics/camfr/files/SConstruct
parenttyping error.. enable, not eanble (diff)
downloadhistorical-a86ec225f2823cf31564eba2fe15f6d1d19b39fd.tar.gz
historical-a86ec225f2823cf31564eba2fe15f6d1d19b39fd.tar.bz2
historical-a86ec225f2823cf31564eba2fe15f6d1d19b39fd.zip
Removed old version
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'sci-physics/camfr/files/SConstruct')
-rw-r--r--sci-physics/camfr/files/SConstruct22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-physics/camfr/files/SConstruct b/sci-physics/camfr/files/SConstruct
deleted file mode 100644
index 349d068cd0bd..000000000000
--- a/sci-physics/camfr/files/SConstruct
+++ /dev/null
@@ -1,22 +0,0 @@
-from machine_cfg import *
-
-SConsignFile() # Tell Scons not to write data all over the file system.
-
-Default("camfr")
-import os
-
-# Construct build environments.
-
-env = Environment(CPPPATH = include_dirs,
- LIBPATH = library_dirs,
- CC = cc, CCFLAGS = flags,
- CXX = cxx, CXXFLAGS = flags,
- F77 = f77, F77FLAGS = fflags,
- LINK = link, LINKFLAGS = link_flags,
- LIBS = libs, SHLIBPREFIX = "",
- ENV = {'PATH' : os.environ['PATH']})
-
-env_noopt = env.Copy(CCFLAGS = flags_noopt, CXXFLAGS = flags_noopt)
-
-Export("env", "env_noopt")
-SConscript("camfr/SConscript") \ No newline at end of file