Commit Graph

29 Commits

Author SHA1 Message Date
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