Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branches 't/29720/move_extension_options_from_src_module_list_p…
Browse files Browse the repository at this point in the history
…y_to__distutils___directives_in_the_individual_files__part_2___optionalextensions_', 't/29721/spkg_configure_m4_for_coxeter3', 't/29785/move_extension_options_from_src_module_list_py_to__distutils___directives_in_the_individual_files__part_3__get_rid_of_uname_specific_', 't/29786/move_extension_options_from_src_module_list_py_to__distutils___directives_in_the_individual_files__part_4__sage_rings_', 't/29790/move_extension_options_from_src_module_list_py_to__distutils___directives_in_the_individual_files__part_5__sage_graphs_' and 't/29791/move_extension_options_from_src_module_list_py_to__distutils___directives_in_the_individual_files__part_6__last_' into t/29701/replace_use_of_module_list_optionalextension
  • Loading branch information
mkoeppe committed Jun 3, 2020
7 parents b582789 + 2821934 + 1497f3f + 0bd21a1 + aa75810 + 55bd7ba + 6421e2c commit 63c64d5
Show file tree
Hide file tree
Showing 107 changed files with 398 additions and 547 deletions.
1 change: 1 addition & 0 deletions build/pkgs/coxeter3/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coxeter coxeter-devel coxeter-tools
21 changes: 21 additions & 0 deletions build/pkgs/coxeter3/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
SAGE_SPKG_CONFIGURE([coxeter3], [
AC_LANG_PUSH(C++)
AC_MSG_CHECKING([for library coxeter3])
SAVE_LIBS="$LIBS"
LIBS="$LIBS -lcoxeter3"
AC_LINK_IFELSE([
AC_LANG_PROGRAM([[
#include <coxeter/sage.h>
#include <coxeter/interactive.h>
]], [[
coxeter::CoxGroup *g = interactive::coxeterGroup("B", 2);
]])
], [
AC_MSG_RESULT([yes])
], [
AC_MSG_RESULT([no])
sage_spkg_install_coxeter3=yes
])
LIBS="$SAVE_LIBS"
AC_LANG_POP(C++)
])

0 comments on commit 63c64d5

Please sign in to comment.