Commit Graph

21 Commits

Author SHA1 Message Date
Tony Theodore ccc5e6be63 hyperscan: revert "fix include paths for building with gcc >= 6" 2018-08-15 12:57:09 +10:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Tony Theodore e7b9a21056 native pkgs: use explicit cross-target deps and remove empty rules 2017-12-23 08:18:52 +11:00
Tony Theodore cb65fe1439 hyperscan: fix build where native SSSE3 detection fails
closes #1997
2017-12-06 12:50:24 +11:00
Tony Theodore c840a7ee1e update github tag tracking packages to new conf style 2017-11-09 17:13:49 +11:00
Tony Theodore 2e397d24a7 hyperscan: fix include paths for building with gcc >= 6
fixes #1811
2017-07-25 21:15:46 +10:00
Tony Theodore bb09a999f6 hyperscan: use GH_CONF and BUILD_DIR/SOURCE_DIR 2017-03-21 19:26:25 +11:00
Tony Theodore db65b00225 Revert "hyperscan: enable -msse4 flag"
This reverts commit b9485ff3bf.
2017-02-04 19:11:48 +11:00
Tony Theodore df1c3b4a8f Revert "hyperscan: fix build with gcc54 on darwin"
This reverts commit 2a92ee3432.
2017-02-04 19:11:48 +11:00
Tony Theodore 2a92ee3432 hyperscan: fix build with gcc54 on darwin 2017-01-25 22:51:18 +01:00
Boris Nagaev b9485ff3bf hyperscan: enable -msse4 flag
GCC 5.4.0 on Mac lacks SSSE3 and SSE4.
See https://github.com/mxe/mxe/pull/1541#issuecomment-274018559
2017-01-25 22:51:18 +01:00
Boris Nagaev c5864def02 remove unneeded cmake vars specified by packages 2017-01-08 03:01:54 +01:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Nagaev dd75f33d00 update hyperscan to 4.3.2
This version of hyperscan adds a fix for boost bug
introduced in boost 1.62.0.

See https://github.com/mxe/mxe/pull/1549#issuecomment-255600102
See https://github.com/01org/hyperscan/issues/39#issuecomment-260495946
2016-11-16 02:45:06 +03:00
Boris Nagaev 875ab8c9c1 hyperscan: update from 4.3.0 to 4.3.1
Changes: https://github.com/01org/hyperscan/releases/tag/v4.3.1
2016-08-30 16:47:15 +03:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
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
2016-08-27 12:31:29 +03:00
Boris Nagaev 84eac53f0b hyperscan: update from 4.2.0 to 4.3.0
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
2016-08-25 20:42:50 +03:00
Boris Nagaev b3402ae06b hyperscan: use MXE ragel 2016-08-25 09:49:58 +03:00
Boris Nagaev cc2d9c5379 update hyperscan from 4.1.0 to 4.2.0
Some patches are not needed anymore:

 * "add Libs.private to fix linking errors" was fixed in
   https://github.com/01org/hyperscan/issues/18
 * "fix linking against gtest in shared mode" and
   "fix linking errors in shared mode" were fixed in
   https://github.com/01org/hyperscan/issues/19
 * "install .dll to bin/, not to lib/"
   https://github.com/01org/hyperscan/pull/21
2016-06-05 19:43:16 +03:00
Boris Nagaev 409a8ce08c hyperscan: add a note on compilation without AVX2 2016-06-05 18:54:00 +03:00
Boris Nagaev 1ed002bd17 add package hyperscan 2016-05-18 21:12:29 +03:00