
* sgpp: Added recipe * sgpp: Removed maintainer and updated patch * sgpp: Added more conflicts * sgpp: Added conflicts for older combigrid versions * sgpp: Added one more maintainer * sgpp: Add version 3.3.0 and sane defaults * sgpp: Better description and c++11 conflicts * sgpp: Updated maintainers * sgpp: Fix flake8 errors * sgpp: Fix dependencies and minor issues - Added py-setuptools dependency - Fixed zlib link dependency - Added git url - Using spec.satisfies where appropriate * sgpp: Added testing to package * sgpp: Remove simd variant and use spec instead * sgpp: Remove java variant * sgpp: Small bugfixes * sgpp: Add datadriven patch and patch explanations
23 lines
896 B
Diff
23 lines
896 B
Diff
diff --git a/SConstruct b/SConstruct
|
|
index 98c1a56ac..30baef5e5 100644
|
|
--- a/SConstruct
|
|
+++ b/SConstruct
|
|
@@ -293,7 +293,7 @@ Parameters are:
|
|
for line in vars.GenerateHelpText(env).splitlines()]))
|
|
|
|
# add trailing slashes were required and if not present
|
|
-BUILD_DIR = Dir(os.path.join("lib", "sgpp"))
|
|
+BUILD_DIR = Dir(os.path.join("lib"))
|
|
Export("BUILD_DIR")
|
|
PYSGPP_PACKAGE_PATH = Dir(os.path.join("lib"))
|
|
Export("PYSGPP_PACKAGE_PATH")
|
|
@@ -550,7 +550,7 @@ env.SideEffect("sideEffectFinalSteps", exampleTargetList)
|
|
#########################################################################
|
|
|
|
installLibSGpp = env.Alias("install-lib-sgpp",
|
|
- env.Install(os.path.join(env.get("LIBDIR"), "sgpp"),
|
|
+ env.Install(os.path.join(env.get("LIBDIR")),
|
|
libraryTargetList))
|
|
|
|
headerFinalDestList = []
|