Search Criteria
Package Details: or-tools 9.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/or-tools.git (read-only, click to copy) |
---|---|
Package Base: | or-tools |
Description: | Google's Operations Research tools. |
Upstream URL: | https://github.com/google/or-tools |
Licenses: | Apache |
Submitter: | akstrfn |
Maintainer: | akstrfn |
Last Packager: | akstrfn |
Votes: | 4 |
Popularity: | 0.001411 |
First Submitted: | 2018-06-14 21:35 (UTC) |
Last Updated: | 2024-07-06 12:30 (UTC) |
Dependencies (10)
- abseil-cpp (abseil-cpp-gitAUR)
- coin-or-cbc
- highsAUR (highs-gitAUR)
- protobuf (protobuf-gitAUR)
- re2 (re2-gitAUR)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtest (googletest-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
dstego commented on 2024-08-24 15:25 (UTC)
Updated abseil-cpp introduced some breaking changes regarding VLOG_IS_ON. If you are getting errors in building you needs to edit the PKGBUILD and add
Alad commented on 2024-08-10 14:47 (UTC) (edited on 2024-08-10 14:50 (UTC) by Alad)
And a new failure with gcc 14.2.1 and abseil-cpp 20240722.0-1
Maybe it makes sense to bundle the dependencies?
Alad commented on 2024-07-05 11:51 (UTC)
Doesn't build with gcc 14.1.1
juanmah commented on 2024-04-02 06:41 (UTC) (edited on 2024-04-02 06:42 (UTC) by juanmah)
I didn't have extra/gtest installed.
After installing it, it compiled successfully.
mizux commented on 2023-12-21 14:16 (UTC) (edited on 2023-12-21 14:16 (UTC) by mizux)
for re2 only the pkgconfig is installed
ref: https://archlinux.org/packages/extra/x86_64/re2/ so we have a custom FindRe2.cmake to find it
https://github.com/google/or-tools/blob/main/cmake/Findre2.cmake you may try to add it in your
CMAKE_PREFIX_PATH
in order to find re2On my way to debug it...
Alad commented on 2023-12-21 13:10 (UTC) (edited on 2023-12-21 18:51 (UTC) by Alad)
I'm trying to use or-tools in a CMake project with
but I get the error
Any idea what might be going on?
re2
is installed.edit: I had to add the following lines before
find_package(ortools CONFIG REQUIRED)
:akstrfn commented on 2022-10-03 10:32 (UTC)
Hi, the package is building in clean chroot and Eigen is specified as dependency so likely you are not building the package with all dependencies.
vmaffione commented on 2022-10-03 10:23 (UTC)
Hello, I keep getting this
akstrfn commented on 2021-04-01 11:24 (UTC)
Thanks for the tips!
mizux commented on 2021-03-31 13:15 (UTC)
since you are using -DBUILD_EXAMPLES=OFF, then -DBUILD_CXX_EXAMPLES=OFF is not needed ref: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=or-tools#n28 see: https://github.com/google/or-tools/blob/fa84bc05e72641dddfbb98164d81b8bc9bef6ea5/CMakeLists.txt#L129
1 2 3 Next › Last »