Skip to content

Commit cdc5542

Browse files
Merge pull request #32 from mohamed-barakat/4ti2
call wrapper scripts with `julia --startup-file=no -O0`
2 parents 4b8838c + 23d9c57 commit cdc5542

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

deps/usr/bin/dot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# dot
3-
julia -e 'import Graphviz_jll
3+
julia --startup-file=no -O0 -e 'import Graphviz_jll
44
lib4ti2_jll.dot() do x
55
p=run(ignorestatus(`$x $ARGS`))
66
exit(p.exitcode)

deps/usr/bin/graver

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# graver
3-
julia -e 'import lib4ti2_jll
3+
julia --startup-file=no -O0 -e 'import lib4ti2_jll
44
lib4ti2_jll.zsolve() do x
55
p=run(ignorestatus(`$x -G $ARGS`))
66
exit(p.exitcode)

deps/usr/bin/groebner

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# groebner
3-
julia -e 'import lib4ti2_jll
3+
julia --startup-file=no -O0 -e 'import lib4ti2_jll
44
lib4ti2_jll.exe4ti2gmp() do x
55
p=run(ignorestatus(`$x groebner $ARGS`))
66
exit(p.exitcode)

deps/usr/bin/hilbert

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# hilbert
3-
julia -e 'import lib4ti2_jll
3+
julia --startup-file=no -O0 -e 'import lib4ti2_jll
44
lib4ti2_jll.zsolve() do x
55
p=run(ignorestatus(`$x -H $ARGS`))
66
exit(p.exitcode)

deps/usr/bin/markov

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# markov
3-
julia -e 'import lib4ti2_jll
3+
julia --startup-file=no -O0 -e 'import lib4ti2_jll
44
lib4ti2_jll.exe4ti2gmp() do x
55
p=run(ignorestatus(`$x markov $ARGS`))
66
exit(p.exitcode)

deps/usr/bin/zsolve

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# zsolve
3-
julia -e 'import lib4ti2_jll
3+
julia --startup-file=no -O0 -e 'import lib4ti2_jll
44
lib4ti2_jll.zsolve() do x
55
p=run(ignorestatus(`$x $ARGS`))
66
exit(p.exitcode)

0 commit comments

Comments
 (0)