summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* hdf5: update download URLBoris Nagaev2017-12-041-1/+1
|
* crystalhd: update download URLBoris Nagaev2017-12-041-1/+1
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-11-292-4/+4
|
* update: curl, freetdsMark Brand2017-11-292-4/+4
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-11-281-16/+16
|
* Merge pull request #1992 from tonytheodore/sdl-sharedTony Theodore2017-11-287-78/+75
|\ | | | | sdl pkgs: enable shared
| * sdl pkgs: enable sharedTony Theodore2017-11-287-78/+75
|/
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-11-262-2/+2
|
* update tiffMark Brand2017-11-261-2/+2
|
* Merge pull request #1525 from highperformancecoder/TkTableTony Theodore2017-11-261-0/+37
|\ | | | | Added in Tktable.mk
| * Added in Tktable.mkRussell Standish2017-11-261-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed the TkTable package to tktable Found some work arounds to get the install target to work correctly, and for the dynamic build to build correctly. Ditto. Last commit missed this file?? Fix indentation per Boris's comments. Apply Tony Theodore's style suggestions BUILD_DIR is a separate directory to where the package is unpacked.
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-11-232-64/+64
| |
* | qt5: update to 5.9.3Mark Brand2017-11-2232-50/+49
| |
* | glib: run autogen.sh for native build alsoTony Theodore2017-11-221-0/+1
| | | | | | | | closes #1986
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-11-212-30/+41
| |
* | Merge pull request #1985 from tonytheodore/openblasTony Theodore2017-11-2119-141/+1208
|\ \ | | | | | | openblas: update and replace reference blas/lapack
| * | blas etc.: disable reference packagesTony Theodore2017-11-213-11/+18
| | |
| * | suitesparse: update 4.2.1 --> 4.5.6 and enable shared,intel-tbb,metis,openblasTony Theodore2017-11-213-76/+784
| | | | | | | | | | | | closes #1921
| * | add package metisTony Theodore2017-11-203-0/+220
| | |
| * | teem: enable shared and use BUILD_DIRTony Theodore2017-11-201-5/+6
| | |
| * | levmar: use openblasTony Theodore2017-11-201-7/+26
| | |
| * | itpp: use openblasTony Theodore2017-11-201-3/+3
| | |
| * | armadillo: update 7.960.1 --> 8.200.2 and enable hdf5 + openblasTony Theodore2017-11-202-19/+29
| | |
| * | hdf5: add *.pc fileTony Theodore2017-11-201-2/+11
| | |
| * | opencv: use openblas explicitlyTony Theodore2017-11-201-1/+2
| | | | | | | | | | | | undecrlared dependency that could cause build failure with older versions
| * | openblas: update 0.2.15 --> 2.2.20 and build optimised lapackTony Theodore2017-11-203-17/+109
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Openblas has it's own optimised versions of netlib lapack that it bundles into `-lopenblas` so won't conflict with those libs. Also enable RecursiveLAPACK. From `Makefile.rule`: ``` Force number of make jobs. The default is the number of logical CPU of the host. This is particularly useful when using distcc. A negative value will disable adding a -j flag to make, allowing to use a parent make -j value. This is useful to call OpenBLAS make from an other project makefile MAKE_NB_JOBS = 2 ``` fixes #1651
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-11-192-2/+2
| |
* | cgal: update 4.10 --> 4.11Tony Theodore2017-11-192-27/+19
| |
* | Merge pull request #1984 from tonytheodore/gdal-openjpegTony Theodore2017-11-191-2/+276
|\ \ | | | | | | gdal: add support for openjpeg 2.3
| * | gdal: add support for openjpeg 2.3Tony Theodore2017-11-191-2/+276
|/ /
* | Merge pull request #1965 from tonytheodore/patchTony Theodore2017-11-19148-1280/+4987
|\ \ | | | | | | patch.mk: use numbered patch headers
| * | various packages: revert patch changes with line ending errorsTony Theodore2017-11-194-213/+242
| | | | | | | | | | | | | | | These four packages all have weird line ending issues - `git` can apply and output them, but `patch` fails.
| * | various packages: run `make refresh-patches` with numberingTony Theodore2017-11-19150-335/+343
| | |
| * | xmlrpc-c: fix subdir - causes git-init failureTony Theodore2017-11-192-44/+52
| | |
| * | ghostscript: refresh patchTony Theodore2017-11-191-4/+4
| | |
| * | various packages: fix git am failuresTony Theodore2017-11-198-298/+235
| | |
| * | various packages: manually convert *-1-fixes.patch to format-patch styleTony Theodore2017-11-1915-232/+4191
| | |
| * | various packages: refresh patchesTony Theodore2017-11-1967-768/+496
| | | | | | | | | | | | brings patches into common format to reduce noise in diffs
| * | patch.mk: add `refresh-patch` targets and improve output/loggingTony Theodore2017-11-191-5/+43
|/ /
* | Merge pull request #1981 from tonytheodore/qt5-freezeTony Theodore2017-11-1833-115/+99
|\ \ | | | | | | qt5-freeze plugin: enable side-by-side install
| * | qt5-freeze plugin: enable side-by-side installTony Theodore2017-11-1833-115/+99
| | | | | | | | | | | | Closes #1980
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-11-182-5/+27
| | |
* | | Merge pull request #1983 from tonytheodore/libsigrokTony Theodore2017-11-184-0/+124
|\ \ \ | | | | | | | | add libsigrok and libserialport
| * | | add libsigrok and libserialportTony Theodore2017-11-184-0/+124
|/ / /
* | | Merge pull request #1975 from tonytheodore/updaterTony Theodore2017-11-183-48/+94
|\ \ \ | |/ / |/| | Makefile: add generic updater function
| * | updates: move to separate file and add generic updater functionTony Theodore2017-11-183-48/+94
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-11-172-6/+6
| |
* | update: dbus, harfbuzz, openjpegMark Brand2017-11-174-27/+6
| |
* | Merge pull request #1979 from tonytheodore/wsl-docTony Theodore2017-11-131-6/+35
|\ \ | | | | | | docs: add Windows Subsystem for Linux notes
| * | docs: fix validator errorsTony Theodore2017-11-131-6/+10
| | |