jameswillis
|
ab2403e0e1
|
support cases where uname -m returns aarch64
|
2025-05-27 16:30:24 -07:00 |
|
Siarhei Fedartsou
|
e36f8599ba
|
Do not use SSE flags on arm64 platform
|
2024-12-03 18:33:47 +01:00 |
|
Al
|
57eaa414ce
|
[revert] reverting the commits from #578, leaving header file in repo for the moment
|
2023-07-06 01:54:46 -04:00 |
|
Oskar Thorbjornsson
|
00568da290
|
Modifying README and config parameter, based on code review.
|
2023-02-14 21:02:51 -08:00 |
|
Oskar Thorbjornsson
|
ec9e0e341f
|
Enable downloading of Senzing data model.
|
2023-02-12 17:58:36 -08:00 |
|
Dino Kovač
|
7984270453
|
Split hardware optimization flags
|
2022-07-05 19:43:11 +02:00 |
|
Dino Kovač
|
6064bc6c06
|
Use NEON on ARM hardware via sse2neon.h
The autoconf changes were adapted from:
https://github.com/glennrp/libpng/blob/libpng16/configure.ac
|
2022-06-16 15:49:01 +02:00 |
|
Al
|
3c0e97ae59
|
[fix] patch version also has to be an integer
|
2019-02-12 14:09:03 -05:00 |
|
Al
|
641395e811
|
[build] configure now uses the in-repo version strings and builds the libpostal_data script from a template
|
2018-11-18 11:53:46 -05:00 |
|
Al
|
26e4ef08bc
|
[fix] conditional compilation for strndup and drand48 for Windows, using config.h
|
2017-11-29 12:21:13 -05:00 |
|
Al
|
264866d719
|
[build/fix] autoconf syntax for Ubuntu (12.04) version of autoconf aka that used on Travis
|
2017-04-05 09:43:24 -04:00 |
|
Al
|
64fae1e241
|
[fix] /AC_CONFIG_MACRO_DIRS/AC_CONFIG_MACRO_DIR/
|
2017-04-05 08:27:44 -04:00 |
|
Al
|
f8d7bdf364
|
[build] defining libpostal .so version in configure.ac, removing dependency on mmap and sparkey
|
2017-03-31 03:24:19 -04:00 |
|
Al
|
27426e90d0
|
[build] wrap CBLAS check in a check for the cblas.h header
|
2017-03-30 15:53:38 -04:00 |
|
Al
|
a7c9b919e9
|
[build] trying a CBLAS-specific macro that doesn't rope in Fortran
|
2017-03-29 18:57:32 -04:00 |
|
Al
|
b76b7b8527
|
[parser] adding chunked shuffle as a C function (writes each line to one of n random files, runs shuf on each file and concatenates the result). Adding a version which allows specifying a specific chunk size, and using a 2GB limit for address parser training. Allowing gshuf again for Mac as it seems the only problem there was not having enough memory when testing on a Mac laptop. The new limited-memory version should be fast enough.
|
2017-03-05 02:15:11 -05:00 |
|
Al
|
b320aed9ac
|
[merge] merging master
|
2017-01-13 19:58:49 -05:00 |
|
Al
|
bbc91722cb
|
[version] bump version to 0.3.3
|
2017-01-09 16:14:07 -05:00 |
|
Rinigus
|
26aeb0ebec
|
drop AC_FUNC_MALLOC and _REALLOC and check for them as regular functions; add extra cflags for scanner
|
2017-01-05 07:34:24 +02:00 |
|
Al
|
dd744c6d99
|
[merge] configure/Makefile changes from master
|
2016-12-22 12:37:27 -05:00 |
|
Al
|
8fe7958969
|
[build] allowing --disable-data-download option to configure. N.B. this is mostly for people building Docker images. The data files are NOT optional.
|
2016-12-22 12:31:27 -05:00 |
|
Al
|
3137ef5c6a
|
[build] configure/Makefile changes to use SIMD exp and BLAS when available
|
2016-08-06 00:43:24 -04:00 |
|
Al
|
4349a45b0f
|
[build] Adding pkg-config support
|
2016-02-16 11:39:49 -05:00 |
|
Al
|
9b3296914a
|
[build] Defining LIBPOSTAL_DATA_DIR at compile time, not configure
|
2016-01-30 02:18:12 -05:00 |
|
Al
|
45607e659e
|
[fix] AC_HEADER_STDBOOL
|
2016-01-29 15:55:41 -05:00 |
|
Al
|
fed599ac39
|
[version] bumping version to 0.3 for consistency
|
2016-01-28 16:34:41 -05:00 |
|
Al
|
87899050b2
|
[tests] Using greatest (https://github.com/silentbicycle/greatest) for automated testing
|
2016-01-28 16:31:32 -05:00 |
|
Al
|
508459a9f9
|
[build] Adding -L/usr/local/lib to LDFLAGS before searching for snappy
|
2015-12-28 16:54:13 -05:00 |
|
Al
|
116fe857db
|
[parser] gshuf (Mac equivalent of shuf) is quite a bit slower than shuf, so removing it. Need to train on Linux unless a better alternative is found for shuffling large files on Mac
|
2015-12-01 11:24:44 -05:00 |
|
Al
|
83c6a87ab1
|
[build] substitution for use of LIBPOSTAL_DATA_DIR in Makefile.am
|
2015-10-26 18:47:07 -04:00 |
|
Al
|
a319c1f6a0
|
[build] defining LIBPOSTAL_DATA_DIR in Autoconf rather than Automake, becomes part of config.h
|
2015-10-26 18:06:05 -04:00 |
|
Al
|
39d3af20cf
|
[build] Checking for shuf/gshuf
|
2015-10-11 11:13:53 -05:00 |
|
Al
|
abfa744d59
|
[build] Adding libpostal_data script for downloading data from S3, Makefile uses that now as part of the all-local target. Can be run periodically after install
|
2015-09-28 17:26:15 -04:00 |
|
Al
|
f170f70727
|
[build] Link to math library
|
2015-08-09 00:01:44 -04:00 |
|
Al
|
2ba0e814ad
|
[build] better autoconf checks for time and dirent headers
|
2015-08-08 21:02:03 -04:00 |
|
Al
|
54aa6fe7df
|
[build] Fixing runtime check/save of last updated file for package data tarball
|
2015-08-08 17:16:03 -04:00 |
|
Al
|
f161f68d53
|
[build] Changes to Makefile.am to build on Debian/Ubuntu, fixing downloading of the data tarball for Mac and Linux
|
2015-08-07 17:27:34 -04:00 |
|
Al
|
2bedb695a2
|
[build] adding Automake file in src, including rule to download data dir tarball
|
2015-08-06 17:48:37 -04:00 |
|
Al
|
fe078cff66
|
[build] Adding Autoconf file
|
2015-08-06 02:13:43 -04:00 |
|