| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
For find_package(cppnetlib) to work, the directory for the cmake files
must be called the same as the files installed into the directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Minimal implementation to strip the [largest files][lf-gist] by
default, mostly made up of gcc/binutils and test programs.
gdal and geos both produce large libraries, but the libs themselves
aren't worth stripping, it's the 20 odd programs produced by gdal
with those libs statically linked that consume the most space.
I'm leaving these undocumented as the defaults seems reasonable and
the interface may well change when we enable debug/release variants.
closes #985
closes #1249
[lf-gist]:https://github.com/mxe/mxe/issues/1249#issuecomment-193392038
|
|
|
|
| |
closes #1509
|
| |
|
| |
|
| |
|
|\
| |
| | |
add package glpk
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch pcl-1-cmake-policy-cmp0017.patch is not needed.
See https://github.com/PointCloudLibrary/pcl/commit/51a230f07eb9738ed
New option -DHAVE_SSSE3_EXTENSIONS_EXITCODE=0 is needed to fix this:
CMake Error: TRY_RUN() invoked in cross-compiling mode,
please set the following cache variables appropriately:
HAVE_SSSE3_EXTENSIONS_EXITCODE (advanced)
Update of vtk to 7 depends on updating pcl to 1.8.0,
because pcl 1.7.2 fails with vtk 7.
See https://github.com/mxe/mxe/pull/1527#issuecomment-251645448
|
|\
| |
| | |
vigra: fix subdir
|
| |
| |
| |
| | |
Fix for 420549b23ee6fcdaf2b02a9b9badd8eac78d7b07
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Version 3.1.2 is not available in upstream.
see https://github.com/mxe/mxe/issues/1519
|
|
|
|
|
|
|
| |
The project Vigra was moved to GitHub.
Download URL and checksum changed.
see https://github.com/mxe/mxe/issues/1519
|
|
|
|
|
|
| |
Version 1.9.2 is not available in upstream.
see https://github.com/mxe/mxe/issues/1519
|
|
|
|
| |
see https://github.com/mxe/mxe/issues/1519
|
|\
| |
| | |
opencsg: update to 1.4.1
|
| |
| |
| |
| |
| | |
This release fixes issues in the rendering path completely breaking the
use of the SCS algorithm when run on Intel GPU.
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/01org/hyperscan/releases/tag/v4.3.1
|
|
|
|
| |
See https://github.com/mxe/mxe/issues/1500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following script was applied:
sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')
sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
$(git grep -l 'part of MXE.*See index.html')
before='This file is part of MXE. See index.html for further information.'
after='This file is part of MXE. See LICENSE.md for licensing information.'
sed "s/$before/$after/" -i $(git grep -l 'part of MXE')
Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.
See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
|
|
|
|
|
|
|
| |
openmp-validation-2-test-crlf.patch was the only file
with \r byte in Copyright Header.
See https://github.com/mxe/mxe/issues/1500
|
|
|
|
|
|
| |
tested on OS X with gcc 6.1.0 and clang
fixes #1510
|
|
|
|
|
|
|
| |
Changelog: https://github.com/01org/hyperscan/releases/tag/v4.3.0
Patch "simplegrep: open file in binary mode" was merged
in upstream: https://github.com/01org/hyperscan/pull/26
|
| |
|
| |
|
|\
| |
| | |
cmake: fix windres invocation
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Windres doesn't recognise various gcc flags like `-mms-bitfields`,
`-fopenmp`, `-mthreads` etc. (basically anything not `-D` or `-I`).
CMake will filter options if `add_compile_options()` is used, but not
for `add_definitions()`. The developers class it as a "won't fix" as
they believe `add_definitions()` shouldn't be used for such flags.
Fixes #1475
|
| | |
|
| |
| |
| |
| |
| |
| | |
See: https://github.com/mxe/mxe/pull/1360/files/3ab014bd5672a1c84c6d93630634a2b79cdb9b8c#r75447401
Tested on OSX clang-700.1.81, gcc6 6.1.0_0, and gcc5 5.4.0_0
|
| | |
|
|\ \
| | |
| | | |
Fix MySQL and PostgreSQL posix and win32 build
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|