summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2022-11-03git: allow "file" protocolbartus
2022-07-18Drop openexr3.patchbartus
2021-08-10Remove accidentally committed ccache optimization for container buildbartus
2021-08-10Add `libcudart.so` dependency, name `cuda` explicitly as makedepends.bartus
2021-08-10Split doc sphinx and doxygen doc buildbartus
2021-08-10Pop versionbartus
2021-08-10Add assimp dependencybartus
2021-08-10Refactor, port non-vcs PKGBUILD changesbartus
2021-07-26Refactor, congruent with cctagbartus
2021-07-26Fix missing cctag deps for prev commitbartus
2021-07-25Fix build after #1083bartus
requires: cctag and by extend opencv
2021-05-30gcc:11 portingbartus
https://gcc.gnu.org/gcc-11/porting_to.html#header-dep-changes
2021-05-15Add git submodule initbartus
2021-05-15Fix build against openexr:3bartus
2021-03-24Fix oiio:2.2.12 requires c++14bartus
2021-02-28Pop version v2.4.0, drop FindOpenGV.cmake.patchbartus
2020-12-10Fix DISABLE_CUDA: skip internal dep relying on cudabartus
2020-12-10fixupbartus
2020-12-09Pop versionbartus
2020-12-09Refactorbartus
2020-12-09Drop submoudle.patch, fix OpenGV Eigen findbartus
2020-10-10Revert eigen fixbartus
2020-10-08Fix eigenbartus
2020-08-10Revert "Fix build against cuda:11"bartus
This reverts commit f6053582f687a5a5024ec2b4e2d54ad96e0d6ed4.
2020-08-04Rollback local changes.bartus
2020-08-03Add CUDA_ARCH env var to force cuda capability.bartus
2020-08-02Fix build against cuda:11bartus
2020-05-27Fix geogram: fix legacy_numeric with gcc10.bartus
-fcommon In C code, this option controls the placement of global variables defined without an initializer, known as tentative definitions in the C standard. Tentative definitions are distinct from declarations of a variable with the "extern" keyword, which do not allocate storage. The default is -fno-common, which specifies that the compiler places uninitialized global variables in the BSS section of the object file. This inhibits the merging of tentative definitions by the linker so you get a multiple-definition error if the same variable is accidentally defined in more than one compilation unit. The -fcommon places uninitialized global variables in a common block. This allows the linker to resolve all tentative definitions of the same variable in different compilation units to the same object, or to a non-tentative definition. This behavior is inconsistent with C++, and on many targets implies a speed and code size penalty on global variable references. It is mainly useful to enable legacy code to link without errors. fix #1
2020-05-23Fix geogram: legacy_numeric won't build GCC:10.bartus
2020-01-19ninja switch.bartus
2019-10-23Fix boost-1.71 log, update conflicts/provides/deps, add licences.bartus
2019-09-14Fix doc build.bartus
2019-09-10Update after magma was included in [community]bartus
2018-11-26revert PR:527, upstream mergedbartus
2018-11-20fix auto in lambda expressionbartus
2018-08-31remove osi_cpl, remove submodule warning messagebartus
2018-08-31origbartus