-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
18 additions
and
28 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
set AHORN_HOME=%~dp0 | ||
set JULIA_HOME=%AHORN_HOME%julia\bin | ||
set JULIA_PKGDIR=%AHORN_HOME%juliapkg | ||
set JULIA_DEPOT_PATH=%AHORN_HOME%juliapkg | ||
|
||
"%JULIA_HOME%\julia.exe" "%JULIA_PKGDIR%\v0.6\Ahorn\src\run_ahorn.jl" %* | ||
"%JULIA_HOME%\julia.exe" -e "using Ahorn; Ahorn.displayMainWindow()" |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
@echo off | ||
set AHORN_HOME=%~dp0 | ||
set JULIA_HOME=%AHORN_HOME%julia\bin | ||
set JULIA_PKGDIR=%AHORN_HOME%juliapkg | ||
set JULIA_DEPOT_PATH=%AHORN_HOME%juliapkg | ||
|
||
echo !!! Running Pkg.build... | ||
"%JULIA_HOME%\julia.exe" -e "Pkg.build()" | ||
"%JULIA_HOME%\julia.exe" -e "using Pkg; Pkg.build()" | ||
|
||
echo !!! Precompiling modules... | ||
"%JULIA_HOME%\julia.exe" -e "for pkg in collect(keys(Pkg.installed())) if !isdefined(Symbol(pkg)) && pkg != join(`Compat.jl`.exec); info(join(`Importing\ $(pkg)...`.exec)); try (@eval import $(Symbol(pkg))) catch end end end" | ||
"%JULIA_HOME%\julia.exe" -e "using Pkg; Pkg.API.precompile()" |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
set AHORN_HOME=%~dp0 | ||
set JULIA_HOME=%AHORN_HOME%julia\bin | ||
set JULIA_PKGDIR=%AHORN_HOME%juliapkg | ||
set JULIA_DEPOT_PATH=%AHORN_HOME%juliapkg | ||
echo %CD% | ||
"%JULIA_HOME%\julia.exe" %* | ||
"%JULIA_HOME%\julia.exe" %* |
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