Henrik Grimler
b1d236ee16
openfoam: cp folder straight into TERMUX_PKG_MASSAGEDIR
...
Some installed files are not recognized when we create the massage
tar, for example
$PREFIX/opt/OpenFOAM-v2106/src/OpenFOAM/memory/tmp/tmp.H. The
compiled files work just find without them, but if we want to compile
another variant of openfoam on device then they are necessary.
Copying straight into the massage dir fixes the issue.
2021-12-04 14:36:37 +01:00
Henrik Grimler
ba557931af
openscad: fix build with latest cgal
2021-12-04 14:36:37 +01:00
Henrik Grimler
79c41ed239
libgeos: build with cmake
2021-12-04 14:36:37 +01:00
Henrik Grimler
b9c052b893
libgeos: update to 3.10.1
2021-12-04 14:36:37 +01:00
Henrik Grimler
cb8e5946b2
openfoam: update to 21.06
...
Finally a working build :)
Tests done: run cavity tutorial on aarch64 and arm.
TODO/things that would be nice to test:
* Check if we actually need to set WM_{CC,CXX,CFLAGS,CXXFLAGS} in
etc/config.sh/settings.
* Test compilation with Gcc on device
* Look at the __libc_malloc->malloc patch in sigFpe.C again, and try
to upstream the fix so that it isn't as glibc specific.
We need to remove -std=c++11 from CXXFLAGS, or else we get errors when building with
our (rather new) version of CGAL, for example:
/data/data/com.termux/files/usr/include/CGAL/array.h:72:44: error: no template named 'index_sequence' in namespace 'std'
make_filled_array_aux(const T& value, std::index_sequence<Is...>)
~~~~~^
/data/data/com.termux/files/usr/include/CGAL/number_utils.h:320:10: warning: 'decltype(auto)' type specifier is a C++14 extension [-Wc++14-extensions]
decltype(auto) approximate_sqrt(const NT& nt)
^
/data/data/com.termux/files/usr/include/CGAL/number_utils.h:320:1: error: deduced return types are a C++14 extension
decltype(auto) approximate_sqrt(const NT& nt)
^
2021-12-04 14:36:37 +01:00
Henrik Grimler
0d7e97dada
mapserver: update to 7.6.4
2021-12-04 14:36:37 +01:00
Henrik Grimler
d45ecb01ed
Bump packages depending on libc++ after ndk-r23 update
...
All except openfoam since it does not build.
2021-12-04 14:36:37 +01:00
Henrik Grimler
b3c90e7554
glpk: update to 5.0
2021-12-04 14:36:37 +01:00
Lucy Phipps
6bb673864a
texlive: bump again
2021-12-04 14:36:37 +01:00
Lucinda May Phipps
5554c78529
texlive: bump revision
...
20200406-5 is missing from repo
2021-12-04 14:36:37 +01:00
Henrik Grimler
53a68414f1
gnucap: update to 20210107
2021-12-04 14:36:37 +01:00
Henrik Grimler
a0698575f6
proj: update to 8.1.1
2021-12-04 14:36:37 +01:00
Wetitpig
d2e73c7ebf
Bump GDAL to version 3.3.2 ( #76 )
...
* Bump GDAL to version 3.3.2
2021-12-04 14:36:37 +01:00
Wetitpig
a1ceafe797
fix tempfileDir by @TERMUX_PREFIX@
2021-12-04 14:36:37 +01:00
Wetitpig
3560c68a57
Bump revision
2021-12-04 14:36:37 +01:00
Wetitpig
395d616cb7
Fix single quotations
2021-12-04 14:36:37 +01:00
Yaksh Bariya
e3aed3c12e
gdal: Bump to 3.3.1
2021-12-04 14:36:37 +01:00
Yaksh Bariya
c81e3e520e
cgal: Bump to 5.3
2021-12-04 14:36:37 +01:00
Henrik Grimler
21c678ea6f
gdal: enable postgresql and netcdf support
2021-12-04 14:36:37 +01:00
Henrik Grimler
b54419ee24
cgal: update to 5.2.2
2021-12-04 14:36:37 +01:00
Henrik Grimler
f202c4f1c8
proj: update to 8.1.0
2021-12-04 14:36:37 +01:00
Henrik Grimler
9c5893a0ac
gdal: update to 3.3.0
2021-12-04 14:36:37 +01:00
Henrik Grimler
0840e634b7
libosmium: update to 2.17.0
2021-12-04 14:36:37 +01:00
Henrik Grimler
faf66c6042
osm2pgsql: update to 1.5.0
2021-12-04 14:36:37 +01:00
Henrik Grimler
f9f304898f
spatialite-tools: bump after proj update
2021-12-04 14:36:37 +01:00
Henrik Grimler
cff835123c
proj: update to 8.0.1
2021-12-04 14:36:37 +01:00
Henrik Grimler
3b45e93ed9
gap: update to 4.11.1
2021-12-04 14:36:37 +01:00
Henrik Grimler
0fa7f9e1de
netcdf-c: update to 4.8.0
...
Also disable libhdf5 dependency, seems to be recommended to remove it.
2021-12-04 14:36:37 +01:00
Henrik Grimler
87581d6a01
openmpi: update to 4.1.1
2021-12-04 14:36:37 +01:00
Skyler Hawthorne
a570798b32
osmium-tool
2021-12-04 14:36:37 +01:00
Skyler Hawthorne
ac9c9b2d31
libosmium
2021-12-04 14:36:37 +01:00
Skyler Hawthorne
c1f5b9f39c
libprotozero
2021-12-04 14:36:37 +01:00
Skyler Hawthorne
2b3e931134
libosmpbf
2021-12-04 14:36:37 +01:00
Skyler Hawthorne
f4cfdd5344
osm2pgsql: add package
2021-12-04 14:36:37 +01:00
Henrik Grimler
45bd59d9dc
Set TERMUX_PKG_MAINTAINER for all packages
2021-12-04 14:36:37 +01:00
Henrik Grimler
1f9fdb30da
spatialite-tools: update to 5.0.1
2021-12-04 14:36:37 +01:00
Henrik Grimler
175fd03c1f
texlive: rename termux_step_post_extract_package
...
This function was renamed to termux_step_post_get_source before.
%ci:no-build
2021-12-04 14:36:37 +01:00
Henrik Grimler
9c2d75b00f
texlive: add profile.d/texlive.fish script
...
By @leomayer.
2021-12-04 14:36:37 +01:00
Skyler Hawthorne
404eeeff68
gdal: add expat support
2021-12-04 14:36:37 +01:00
Henrik Grimler
b091f44e5e
gdal: link against spatialite for real
2021-12-04 14:36:37 +01:00
Henrik Grimler
59729792d5
openscad: bump
...
Last version was built and uploaded even though it should not have been
2021-12-04 14:36:37 +01:00
Henrik Grimler
5007a83a51
gdal: link against libspatialite
2021-12-04 14:36:37 +01:00
Henrik Grimler
02d10c4622
spatialite-tools: add package
2021-12-04 14:36:37 +01:00
Henrik Grimler
db6492231a
libspatialite: add package
2021-12-04 14:36:37 +01:00
Henrik Grimler
0154a605a3
openscad: rm accidently checked in patch
...
ci:no-build
2021-12-04 14:36:37 +01:00
Henrik Grimler
cc4ce9acf2
librttopo: add package
2021-12-04 14:36:37 +01:00
Henrik Grimler
8ec413bc9c
libfreexl: add package
2021-12-04 14:36:36 +01:00
Henrik Grimler
43f44b327a
libgeos: update to 3.9.1
2021-12-04 14:36:36 +01:00
Henrik Grimler
a5c96bd040
openbabel: bump after boost update
2021-12-04 14:36:36 +01:00
Henrik Grimler
3e5010bd33
openmpi: autoreconf to fix linking with libomp.a
...
Fixes https://github.com/termux/science-packages/issues/65 .
2021-12-04 14:36:36 +01:00