Skip to content

Commit

Permalink
if IsBound( MakeThreadLocal ) then Perform( [ ... ], MakeThreadLocal …
Browse files Browse the repository at this point in the history
…); fi;
  • Loading branch information
mohamed-barakat committed Sep 14, 2017
1 parent 617292f commit e659565
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Subtitle := "A homalg based package for D-modules",
## See '?Extending: Version Numbers' in GAP help for an explanation
## of valid version numbers. For an automatic package distribution update
## you must provide a new version number even after small changes.
Version := "2015.02.27",
Version := "2017.05.10",
## Please adjust also the VERSION file in the package directory when
## changing this.

Expand Down
8 changes: 8 additions & 0 deletions read.g
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ ReadPackage( "D-Modules", "gap/SingularTools.gi" );

##
ReadPackage( "D-Modules", "gap/MapleHomalgTools.gi" );

if IsBound( MakeThreadLocal ) then
Perform(
[
"HOMALG_D_Modules",
],
MakeThreadLocal );
fi;

0 comments on commit e659565

Please sign in to comment.