Skip to content

Commit

Permalink
clingon: set install location for python package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekker1 committed Feb 19, 2024
1 parent 1453674 commit 0e98705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/clingcon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Clingcon < Formula
depends_on "clingo"

def install

Check failure on line 17 in Formula/clingcon.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle dekker1/minizinc/clingcon` failed on macOS Ventura (13)!

==> Fetching dekker1/minizinc/clingcon ==> Downloading https://github.com/potassco/clingcon/archive/refs/tags/v5.2.1.tar.gz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/e8baafda97cb9c06b45d150e42d464b8e61f56a377def5772ec87f774d82d669--clingcon-5.2.1.tar.gz ==> Verifying checksum for 'e8baafda97cb9c06b45d150e42d464b8e61f56a377def5772ec87f774d82d669--clingcon-5.2.1.tar.gz' ==> Installing clingcon from dekker1/minizinc /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/e8baafda97cb9c06b45d150e42d464b8e61f56a377def5772ec87f774d82d669--clingcon-5.2.1.tar.gz --directory /private/tmp/d20240219-12675-5fu7c8 /usr/bin/env cp -pR /private/tmp/d20240219-12675-5fu7c8/clingcon-5.2.1/. /private/tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1 ==> cmake -S . -B build -DPYCLINGCON_INSTALL=prefix -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/clingcon/5.2.1 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -- The C compiler identification is AppleClang 15.0.0.15000040 -- The CXX compiler identification is AppleClang 15.0.0.15000040 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Python: /usr/local/bin/python3.12 (found version "3.12.2") found components: Interpreter Development Development.Module Development.Embed -- Configuring done (4.7s) -- Generating done (0.8s) CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING -- Build files have been written to: /tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1/build ==> cmake --build build Change Dir: '/tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1/build' Run Build Command(s): /usr/local/Cellar/cmake/3.28.3/bin/cmake -E env VERBOSE=1 /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gmake -f Makefile /usr/local/Cellar/cmake/3.28.3/bin/cmake -S/tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1 -B/tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/Cellar/cmake/3.28.3/bin/cmake -E cmake_progress_start /tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1/build/CMakeFiles /tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1/build//CMakeFiles/progress.marks /Applications/Xcode_15.0.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all /Applications/Xcode_15.0.1.app/Contents/Developer/usr/bin/make -f libclingcon/CMakeFiles/libclingcon.dir/build.make libclingcon/CMakeFiles/libclingcon.dir/depend cd /tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1/build && /usr/local/Cellar/cmake/3.28.3/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1 /tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1/libclingcon /tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1/build /tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1/build/libclingcon /tmp/clingcon-20240219-12675-1e9tp7/clingcon-5.2.1/build/libclingcon/CMakeFiles/libclingcon.dir/DependInfo.cmake "--color=" /Applications/Xcode_15.0.1.app/Contents/Developer/usr/bin/make -f libclingcon/CMakeFiles/libclingcon.dir/build.make libclingcon/CMakeFiles/libclingcon.dir/build [ 20%] Building CXX object libclingcon/CMakeFiles/libclingcon.dir/src/clingcon.cc.o [ 30%] Building CXX object libclingcon/CMakeFiles/libclingcon.dir/src/constraints.cc.o [ 40%] Building CXX object libclingcon/CMakeFiles/libclingcon.dir/src/propagator.cc.o [ 40%] Building CXX object libclingcon/CMakeFiles/libclingcon.
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
system "cmake", "-S", ".", "-B", "build", "-DPYCLINGCON_INSTALL=prefix", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
end
Expand Down

0 comments on commit 0e98705

Please sign in to comment.