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

Added IsLIBGAP constant #2527

Closed

Conversation

sebasguts
Copy link
Member

to detect wether GAP is run as a library.

This PR contains #2526.

markuspf and others added 2 commits June 7, 2018 11:28
Building GAP as an executable with --enable-libgap will yield a binary
that ignores most signals.

Added libgap files to .gitignore

Added sysinfo.gap target to libgap target

Added symlinks target to libgap target
gap> START_TEST("IsLIBGAP.tst");
gap> IsBound( IsLIBGAP );
true
gap> STOP_TEST( "IsLIBGAP.tst", 1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing a trailing newline

##
gap> START_TEST("IsLIBGAP.tst");
gap> IsBound( IsLIBGAP );
true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh... this seems a bit excessive... but OK ... :-)

@sebasguts sebasguts closed this Jun 7, 2018
@sebasguts
Copy link
Member Author

This was replaced by #2528

@olexandr-konovalov olexandr-konovalov added the gapdays2018-spring Issues and PRs that arose at http://www.gapdays.de/gap-jupyter-days2018 label Jun 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gapdays2018-spring Issues and PRs that arose at http://www.gapdays.de/gap-jupyter-days2018
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants