Andrej730
618e5e60d9
build_osx - fix issue building arm64
2025-09-26 19:34:32 +05:00
Andrej730
efa881faa0
build-all - bump Python version to fix issue cross compiling
...
Not sure which patch version exactly fixed it, but 3.13.6 works.
2025-09-26 19:31:49 +05:00
Andrej730
0be6f897b8
build-all - cross compile dependencies
2025-09-26 19:31:48 +05:00
Andrej730
6db3728f0e
build-all.py - provide with-openssl for python on Mac
2025-09-26 19:31:48 +05:00
Andrej730
640deb0188
build-all.py - document ADD_COMMIT_SHA env var
2025-09-26 19:31:47 +05:00
Andrej730
efd79ef079
build_osx - attempt to cross-compile intel binaries
2025-09-26 19:31:47 +05:00
Andrej730
356d2bb753
build-all.py - override minimum cmake version for OpenCOLLADA
2025-09-26 19:31:47 +05:00
Andrej730
51b76237fe
build-all.py - bump eigen package to avoid issues on cmake 4
2025-09-26 19:31:47 +05:00
Andrej730
5e460898f8
build-all.py - bump json package to avoid issues on cmake 4
2025-09-26 19:31:46 +05:00
Andrej730
bb4b7dae52
build-all.py - opencollada patch to support config package on Unix
2025-09-26 19:31:46 +05:00
Andrej730
2f4f7d6374
build-all.py - add OpenCOLLADA to IfcGeom dependencies
...
Otherwise it can be overlooked if you build IfcOpenShell-Python or any other target specifically, it was only built if you run build-all.py without any target arguments.
2025-09-26 19:31:46 +05:00
Andrej730
cbb5211888
build-all.py - CGAL to use v5.6.3
...
5.6.x-branch was removed
2025-09-26 19:31:46 +05:00
Andrej730
9d0d51337b
build-all.py - add a note about xz requirement
2025-09-26 19:31:46 +05:00
Andrej730
e9cdd55c96
build-all.py - fix Python 3.6 support for rocky ( 566c9af)
2025-09-26 19:31:45 +05:00
Andrej730
ef05f2b3f6
build-all.py - print all missing commands simultaneoously
2025-09-26 19:31:45 +05:00
Andrej730
11f0a8d434
Fix missing yacc in linux builds
2025-09-26 19:31:45 +05:00
Andrej730
59b5e200a5
typing
2025-09-26 19:31:44 +05:00
Andrej730
3ec7b71565
build-all.py - use find_package for CGAL
2025-09-18 17:53:35 +05:00
Andrej730
048a94ddc5
build-all.py - bump json version and use find_package
2025-09-18 17:53:34 +05:00
Andrej730
235eb3c83c
build-all.py - use find_package for eigen3
2025-09-18 17:53:34 +05:00
Andrej730
4d0737c49b
build-all, run-cmake - pass BOOST_ROOT as cmake prefix path
2025-09-18 17:53:34 +05:00
Andrej730
b499686c7c
build-all.py - use find_package for occt
2025-09-18 17:53:34 +05:00
Andrej730
663d233e3c
build-all.py - document more env variables
2025-09-18 17:53:33 +05:00
Andrej730
fa1936c10a
build-all.py - avoid building 3d viewer for OCCT
2025-09-18 17:53:33 +05:00
Andrej730
8c89ba497b
build-all.py - use find_package for opencollada
2025-09-18 17:20:57 +05:00
Andrej730
2284ddd68c
build-all.py - use find_package for libxml2
2025-09-18 17:20:55 +05:00
Andrej730
8daf6b0b04
build-all.py - use find_package for swig
2025-09-18 17:20:52 +05:00
Andrej730
e7a6f86299
build-all.py - don't break in case if some optional dependencies are missing
2025-09-18 14:07:58 +05:00
Andrej730
cae711b393
build-all.py - mention ssl requirement for Python ( 4ee6863)
2025-09-18 14:07:58 +05:00
Andrej730
566c9afa77
build-all.py - print live logs to the log file
2025-09-18 14:07:58 +05:00
Andrej730
94851016d7
build-all.py - use find_package for hdf5
2025-09-18 14:07:58 +05:00
Andrej730
1dd3c298df
build-all.py - explicitly disable xlib
...
I assume it's not needed, but Desktop Ubuntu seems to trying to build it anyway and fails since `libx11-dev` is missing.
2025-09-18 14:07:58 +05:00
Andrej730
c384ac26cd
build-all.py - use pcre2 for swig
...
As it was needed for more recent swig version. Bumped swig in ae771cb without knowing this, so essentially building swig with build-all.py was broken for a bit.
2025-09-18 14:07:58 +05:00
Andrej730
a57080da74
build-all.py - ensure yacc is installed
2025-09-18 14:07:58 +05:00
Andrej730
71e59fe4c2
build-all.py - remove 'rel-' from swig tags
...
As they were used by the older versions and no longer provided after 4.1.0, see https://github.com/swig/swig/tags
2025-09-18 14:07:58 +05:00
Andrej730
aedae0b3c1
build-all.py - hdf5 to use cmake instead of ctest
...
After version 1.13.0 it seems hdf5 stopped publishing builds on the ftp and they also stopped publishing `CMake-hdf5-*` builds.
Switching to cmake, it will also make it consistent with build-deps.cmd
2025-09-18 14:07:58 +05:00
Andrej730
658f9b87a5
build-deps.cmd - bump hdf5 to match build-all
...
Has to skip hdf5 1.13.0 because it had a bug in it's cmake config setup, so `find_package` couldn't recognize, and the issue was fixed in 1.13.1.
2025-09-18 14:07:58 +05:00
Andrej730
d0d5f972df
cmake - use find_package for rocksdb and zstd
2025-09-18 14:07:58 +05:00
Andrej730
9a38455465
black .
2025-09-12 20:11:06 +05:00
Thomas Krijnen
f0cd8c59c7
Build pyodide wheel without rocksdb
2025-09-12 16:10:19 +02:00
Thomas Krijnen
4ee6863d43
nix build script: install some dependencies required for import base package
2025-09-11 18:34:54 +02:00
Thomas Krijnen
41f9b1522e
Pass ZSTD to ifopsh build
2025-09-11 13:56:11 +02:00
Thomas Krijnen
42b1cf039d
Revert "Debugging action"
...
This reverts commit e8b1b6f783 .
2025-09-11 13:56:11 +02:00
Thomas Krijnen
05e8680b48
CMAKE_INSTALL_LIBDIR
2025-09-11 09:36:42 +02:00
Thomas Krijnen
e8b1b6f783
Debugging action
2025-09-11 09:24:40 +02:00
Thomas Krijnen
9367da61a0
PORTABLE=1 for rocksdb
2025-09-11 09:22:54 +02:00
Thomas Krijnen
c7e53e7762
Try different zstd_ config opts
2025-09-11 08:42:44 +02:00
Thomas Krijnen
2260f9983c
Try different zstd_ config opts
2025-09-10 21:47:07 +02:00
Thomas Krijnen
e13dbd4767
Take note of zstd cmake path
2025-09-10 11:14:16 +02:00
Thomas Krijnen
c61d4bb70a
build-all tuple typo
2025-09-10 10:37:05 +02:00