summarylogtreecommitdiffstats
path: root/patch.diff
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2019-02-05 12:41:18 -0200
committerLucas Heitzmann Gabrielli2019-02-05 12:41:18 -0200
commitd5b93df3eee209906e2a6ed1bc7cce1187af1ca9 (patch)
treed3d558b5d50d50b1f3f4fecbf6d2330948e028af /patch.diff
downloadaur-d5b93df3eee209906e2a6ed1bc7cce1187af1ca9.tar.gz
Initial commit
Diffstat (limited to 'patch.diff')
-rw-r--r--patch.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/patch.diff b/patch.diff
new file mode 100644
index 000000000000..6bad18aa4495
--- /dev/null
+++ b/patch.diff
@@ -0,0 +1,13 @@
+diff --git a/config/BuildSystem/config/package.py b/config/BuildSystem/config/package.py
+index d7777d623b..9dfcf66cee 100644
+--- a/config/BuildSystem/config/package.py
++++ b/config/BuildSystem/config/package.py
+@@ -60,7 +60,7 @@ class Package(config.base.Configure):
+ self.excludedDirs = [] # list of directory names that could be false positives, SuperLU_DIST when looking for SuperLU
+ self.downloadonWindows = 0 # 1 means the --download-package works on Microsoft Windows
+ self.requirescxx11 = 0
+- self.publicInstall = 1 # Installs the package in the --prefix directory if it was given. Packages that are only used
++ self.publicInstall = 0 # Installs the package in the --prefix directory if it was given. Packages that are only used
+ # during the configuration/installation process such as sowing, make etc should be marked as 0
+ self.parallelMake = 1 # 1 indicates the package supports make -j np option
+