Skip to content

Conversation

@zkytony
Copy link
Collaborator

@zkytony zkytony commented Oct 25, 2025

This fixes error encountered with macOS CI (example run: https://github.com/h2r/pomdp-py/actions/runs/18796751957/job/53637789176?pr=85)

g++ -g -w -O3 -I./MathLib -I./Algorithms -I./Algorithms/HSVI -I./Algorithms/SARSOP -I./Models/MOMDP/ -I./Models/MOMDP/CoLoc/ -I./OfflineSolver/ -I./Bounds/ -I./Core/ -I./Parser/Cassandra/ -I./Parser/Cassandra/include -I./Parser/ -I./Parser/POMDPX/ -I./Utils/ -I./Simulator/ -I./Evaluator/ -I./Controller/  -msse2      -c -o PolicyGraph/PolicyGraph.o PolicyGraph/PolicyGraph.cpp
clang++: error: unsupported option '-msse2' for target 'arm64-apple-darwin24.6.0'
make: *** [PolicyGraph/PolicyGraph.o] Error 1

by building pomdp-solve and sarsop from source on the now arm64-based macos-latest runner (github docs).

@zkytony zkytony changed the title try building pomdp-solve and sarsop on arm64 try fixing macos ci Oct 25, 2025
@zkytony zkytony changed the title try fixing macos ci try fixing macos CI Oct 25, 2025
@zkytony zkytony marked this pull request as ready for review October 25, 2025 03:00
@zkytony zkytony changed the title try fixing macos CI Fixing macos CI Oct 25, 2025
@zkytony zkytony merged commit 8018799 into main Oct 25, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants