Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation for OpenSpiel 1.5: remove old Travis workflow file #1199

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions open_spiel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ endmacro()
# List of all optional dependencies:
openspiel_optional_dependency(OPEN_SPIEL_BUILD_WITH_ACPC OFF
"Build against the Universal Poker library.")
openspiel_optional_dependency(OPEN_SPIEL_BUILD_WITH_EIGEN OFF
"Build with support for Eigen in C++.")
openspiel_optional_dependency(OPEN_SPIEL_BUILD_WITH_GO OFF
"Build with support for Golang API.")
openspiel_optional_dependency(OPEN_SPIEL_BUILD_WITH_HANABI OFF
Expand Down Expand Up @@ -243,15 +241,6 @@ if (OPEN_SPIEL_BUILD_WITH_ACPC)
$<TARGET_OBJECTS:universal_poker_clib>
$<TARGET_OBJECTS:universal_poker_lib>)
endif()
if (OPEN_SPIEL_BUILD_WITH_EIGEN)
add_compile_definitions(OPEN_SPIEL_BUILD_WITH_EIGEN)
# Add Eigen dependency.
add_subdirectory(eigen/)
# Now we can use #include "Eigen/Dense"
# This is needed so that pybind11/eigen.h locates <Eigen/Core>
include_directories(eigen/libeigen)
set(OPEN_SPIEL_OBJECTS ${OPEN_SPIEL_OBJECTS} $<TARGET_OBJECTS:eigen>)
endif()
if (OPEN_SPIEL_BUILD_WITH_XINXIN)
set(OPEN_SPIEL_OBJECTS ${OPEN_SPIEL_OBJECTS} $<TARGET_OBJECTS:xinxin>)
endif()
Expand Down
53 changes: 0 additions & 53 deletions open_spiel/eigen/CMakeLists.txt

This file was deleted.

28 changes: 0 additions & 28 deletions open_spiel/eigen/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions open_spiel/eigen/eigen_basic_test.cc

This file was deleted.

88 changes: 0 additions & 88 deletions open_spiel/eigen/eigen_binding_test.py

This file was deleted.

51 changes: 0 additions & 51 deletions open_spiel/eigen/eigen_test_support.h

This file was deleted.

44 changes: 0 additions & 44 deletions open_spiel/eigen/pyeig.h

This file was deleted.

49 changes: 0 additions & 49 deletions open_spiel/eigen/pyspiel_eigen_test.cc

This file was deleted.

Loading
Loading