aboutsummaryrefslogtreecommitdiffstats
path: root/default_build_settings.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove settings for Debian 10 and Amazon Linux 2 from cmake setup.Tor Egge2024-04-101-3/+0
|
* Specify cpu architecture when compiling with clang on x86_64 platform.Tor Egge2024-02-151-0/+2
|
* Fix typo.Tor Egge2024-01-151-1/+1
|
* Restore workaround for gcc 12.2 compiler bug (on Debian 12).Tor Egge2024-01-151-2/+7
|
* Since https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108599 has now been ↵Henning Baldersheim2023-12-111-5/+2
| | | | | | resolved, we can now revert back to intended compiler flags.
* stop allowing the "RCpc" extensionArne Juul2023-11-271-1/+1
| | | | | | | | | | * with GCC 13, the compiler will automatically use instructions in the LDAPR family; see https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/enabling-rcpc-in-gcc-and-llvm * newest valgrind (3.22) does not recognize these instructions, crashing the program with SIGILL * removing the flag should effectively keep old (gcc 12) behavior, so it seems to be the safest course for now.
* - Since we have a legacy build that builds vespa image for older cpus we can ↵Henning Baldersheim2023-10-161-10/+5
| | | | | | now require haswell. - We still need to keep ivybridge for gcc 13 due to known bug.
* Use ivybridge as default for x86-64Henning Baldersheim2023-10-161-1/+2
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use openssl 3 on Darwin.Tor Egge2023-09-221-3/+3
|
* Use gcc 13 on Darwin.Tor Egge2023-06-061-2/+2
|
* Handle homebrew having different install prefix on Apple silicon.Tor Egge2023-04-121-9/+9
|
* Adjust default build settings for Ubuntu 22.04.Tor Egge2023-03-131-0/+4
|
* Require atleast sse3 and cx16 for x86_64Henning Baldersheim2023-02-141-1/+1
|
* Require haswell cpu or newer when compiling with clang on linux.Tor Egge2023-02-131-2/+2
|
* Add comments describing reason for adjustment to default cpu arch options.Tor Egge2023-02-131-0/+2
|
* Reenable default cpu arch option for clang on linux.Tor Egge2023-02-131-0/+2
|
* Go back to building for generic, basic x86_64 instruction set.Henning Baldersheim2023-02-091-1/+1
|
* Only require ivy bridge when compiling with gcc 13.Tor Egge2023-01-291-1/+5
|
* Require haswell as minimum instruction set.Henning Baldersheim2023-01-241-3/+1
| | | | | | | This can be overriden with DEFAULT_VESPA_CPU_ARCH_FLAGS when running cmake. - Require skylake: cmake -DDEFAULT_VESPA_CPU_ARCH_FLAGS="-march=skylake" . - Require sandybridge: cmake -DDEFAULT_VESPA_CPU_ARCH_FLAGS="-march=skylake" . Or any other cpu architecture supported by gcc.
* Fix default settings for using clang on CentOS Stream 8.Tor Egge2022-10-221-4/+4
|
* Always detect llvm version.Tor Egge2022-10-131-155/+43
|
* Include GNUInstallDirs, to simplify setup of EXTRA_LINK_DIRECTORY.Tor Egge2022-10-131-2/+1
|
* Compile on Oracle Linux 8.Arnstein Ressem2022-10-051-0/+8
|
* libc++ 15 doesn't have std::unary_function.Tor Egge2022-09-261-1/+1
|
* Remove build settings for Fedora 35.Tor Egge2022-09-251-8/+0
|
* Remove build settings for RHEL 6 and RHEL 7.Tor Egge2022-09-181-20/+1
|
* Fedora 37 has llvm 15.Tor Egge2022-09-181-2/+2
|
* Update build settings for Amazon Linux 2022.Tor Egge2022-09-061-2/+4
|
* Remove build settings for CentOS 7 and Amazon Linux 2.Tor Egge2022-09-061-26/+4
|
* Fedora 34 is EOL.Tor Egge2022-08-191-8/+0
|
* Fedora 37 has been branched from Fedora rawhide.Tor Egge2022-08-191-0/+8
|
* Merge pull request #23689 from ↵Henning Baldersheim2022-08-171-3/+3
|\ | | | | | | | | vespa-engine/toregge/update-java-version-for-default-java-home Update java version for DEFAULT_JAVA_HOME.
| * Update java version for DEFAULT_JAVA_HOME.Tor Egge2022-08-171-3/+3
| |
* | Use llvm 14 and gcc 12 on Darwin.Tor Egge2022-08-171-3/+3
|/
* Add VESPA_GROUP to cmake files.Tor Egge2022-06-211-0/+16
|
* Use llvm 14 on CentOS Stream 8 and CentOS Stream 9.Tor Egge2022-06-031-2/+2
|
* Add default build settings for AlmaLinux 9.0.Tor Egge2022-05-301-0/+8
|
* Rocky Linux 8.6 uses llvm 13.Tor Egge2022-05-181-5/+5
|
* AlmaLinux 8.6 uses llvm 13.Tor Egge2022-05-141-5/+5
|
* Add default build settings for Amazon Linux 2022.Tor Egge2022-04-251-0/+8
|
* Fedora 36 has llvm 14.Tor Egge2022-04-231-2/+2
|
* Fedora 36 has been branched from rawhide.Tor Egge2022-03-081-0/+8
|
* Fedora 32 and Fedora 33 are EOL.Tor Egge2022-02-071-16/+0
|
* Use llvm 12 on RHEL 8.Tor Egge2022-01-131-1/+1
|
* Port to CentOS Stream 9.Tor Egge2021-12-141-0/+8
|
* Merge pull request #20406 from ↵Henning Baldersheim2021-12-081-1/+1
|\ | | | | | | | | vespa-engine/toregge/use-llvm-13-on-centos-8-stream Use gcc-toolset-11 and llvm 13 on CentOS Stream 8
| * Use gcc-toolset-11 and llvm 13 on CentOS Stream 8.Tor Egge2021-12-071-1/+1
| |
* | Add default build settings for AlmaLinux 8.5 and RockyLinux 8.5.Tor Egge2021-12-071-5/+13
|/
* Fix cmake settings for CentOS 8 with llvm 12Arnstein Ressem2021-11-201-1/+1
|