This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "refactor: switch to lakefile.toml"
This reverts commit 771f304.
- Loading branch information
Showing
2 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import Lake | ||
open Lake DSL | ||
|
||
package LeanSAT { | ||
-- This is 32 MB stack size for threads, we need this for bitblasting very large formulas | ||
moreGlobalServerArgs := #["--tstack=32000"] | ||
} | ||
|
||
@[test_driver] | ||
lean_lib Test | ||
|
||
lean_lib Eval | ||
|
||
@[default_target] | ||
lean_lib LeanSAT { | ||
precompileModules := true | ||
} | ||
|
||
@[default_target] | ||
lean_exe defaultExe { | ||
root := `Main | ||
} |
This file was deleted.
Oops, something went wrong.