- 11 Oct, 2018 7 commits
-
-
Ben Boeckel authored
e1abb74f fixup_bundle.windows: strengthen MSVC regex a476dce5 fixup_bundle.windows: exclude VC runtime libs 6500679e fixup_bundle.windows: exclude api-ms-win-crt libs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !249
-
Chuck Atkins authored
fe724476 Set pythonpath in the build environment for all projects f1aeddab Add python-mako Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !250
-
Chuck Atkins authored
-
Chuck Atkins authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 10 Oct, 2018 2 commits
-
-
Chuck Atkins authored
Don't force BUILDTYPE flags on to non-cmake projects See merge request !248
-
Chuck Atkins authored
-
- 02 Oct, 2018 2 commits
-
-
Cory Quammen authored
ef5033be numpy: set BLAS and LAPACK env vars when lapack_enabled is false Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !246
-
Ben Boeckel authored
According to the numpy docs, these environment variables should be set to "None" to disable attempts to find BLAS or LAPACK when numpy is being configured.
-
- 21 Sep, 2018 1 commit
-
-
Ben Boeckel authored
ecdf4d7f windows: update prebuilt Python binaries 80465bf4 fixup_python: support .py and .so/.pyd sibling modules f4372b7a numpy: update to 1.15.1 745f81b1 prebuilt-python: fix paths in module packaging e6956e96 python: update the prebuilt python to 2.7.15 9b60054b python: update Windows to 2.7.15 4daf7b9b prebuilt-python: update project list 26eceda3 qt5: support MacPorts Qt5 packaging Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !245
-
- 07 Sep, 2018 4 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
NumPy installs both `multiarray.py` and `multiarray.so` modules.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 06 Sep, 2018 4 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 27 Aug, 2018 1 commit
-
-
Shawn Waldon authored
cb3d0803 python: update linux to version 2.7.15 for security fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !244
-
- 22 Aug, 2018 1 commit
-
-
Shawn Waldon authored
Windows will be updated in a separate branch.
-
- 29 May, 2018 2 commits
-
-
T.J. Corona authored
90ec9cac Developer-config: remove superfluous quotations from CMAKE_PREFIX_PATH Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !243
-
T.J. Corona authored
If CMAKE_PREFIX_PATH is set, then we set the xported CMAKE_PREFIX_PATH flag to be a list of two things and it needs quotations. Otherwise, there is no need to add quotations (and doing so results in a developer config file with too many quotations, resulting in a warning).
-
- 10 May, 2018 1 commit
-
-
Utkarsh Ayachit authored
ff039df9 fix code to skip installing C:\Windows\System... dlls. 5c0f5f75 windows: avoid traversing dependencies for system dlls 90b3e763 make `superbuild_apply_patch` order dependent. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Shawn Waldon <shawn.waldon@kitware.com> Merge-request: !242
-
- 09 May, 2018 3 commits
-
-
Utkarsh Ayachit authored
The check was bad since it assumed a specific case when doing string compare. Updated to use re with case-ignore.
-
Utkarsh Ayachit authored
this was causing the script to look for dependencies for KERNEL32.dll, for example. Don't do that.
-
Utkarsh Ayachit authored
There was no explicit ordering between patch application when there are multiple calls to `superbuild_apply_patch` for a project. This change enforces an order between the patch steps in the order they are invoked.
-
- 26 Apr, 2018 3 commits
-
-
Utkarsh Ayachit authored
be573ea5 boost doesn't need zlib. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Chuck Atkins <chuck.atkins@kitware.com> Merge-request: !240
-
Chuck Atkins authored
bcd92450 Add a --source-only option for unix dependencies to exclude external deps Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !241
-
Chuck Atkins authored
-
- 24 Apr, 2018 1 commit
-
-
Utkarsh Ayachit authored
I believe this was just a dependency added for help with testing in the early day and seems to have been left behind.
-
- 19 Apr, 2018 1 commit
-
-
Utkarsh Ayachit authored
e40b4fac tbb: update tbb to 2018 Update 2 (win/linux) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Shawn Waldon <shawn.waldon@kitware.com> Merge-request: !239
-
- 18 Apr, 2018 1 commit
-
-
Utkarsh Ayachit authored
This drops vs2012 and earlier support and adds vs2015 support. On macOS, we preserve the old version since the new version needs more changes to the superbuild (see #42).
-
- 16 Mar, 2018 1 commit
-
-
T.J. Corona authored
e01cdde7 Update boost for msvc2017 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Shawn Waldon <shawn.waldon@kitware.com> Merge-request: !238
-
- 15 Mar, 2018 1 commit
-
-
TJ Corona authored
-
- 14 Mar, 2018 4 commits
-
-
Ben Boeckel authored
ff148a4b docs: document SuperbuildMacros 216f4f89 docs: document SuperbuildUtils 47a37c5b docs: document SuperbuildInstallMacros for Windows ba5ca797 docs: document SuperbuildInstallMacros for macOS 385aa800 docs: document SuperbuildInstallMacros for Unix ad0bf04d docs: document fixup_bundle.windows a729d148 docs: document fixup_bundle.unix 93950c8e docs: document fixup_bundle.apple ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !236
-
Shawn Waldon authored
e280a5ac osx: python packaing: only strip trailing .so or .py Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !235
-
Ben Boeckel authored
-
Ben Boeckel authored
-