File tree 2 files changed +8
-2
lines changed
ocaml-variants.4.14.1+flambda2
ocaml-variants.4.14.1+pr968+flambda2
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ depends: [
15
15
]
16
16
conflict-class: "ocaml-core-compiler"
17
17
flags: [ compiler avoid-version ]
18
- setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
18
+ setenv: [
19
+ [CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]
20
+ [OCAMLPARAM = "_,O2=1"]
21
+ ]
19
22
install: [
20
23
["sh" "-c" "cd \"${TMPDIR:-/tmp}\" && mv \"%{build}%\"/*.tar.gz . && tar xvf special_dune.tar.gz && tar xvf ocaml-4.14.0.tar.gz && cd ocaml-4.14.0 && ./configure \"--prefix=${TMPDIR:-/tmp}/ocaml\" && make -j%{jobs}% && make install && PATH=\"${TMPDIR:-/tmp}/ocaml/bin:$PATH\" %{make}% -C \"${TMPDIR:-/tmp}/dune-special_dune\" release && cp \"${TMPDIR:-/tmp}/dune-special_dune/dune.exe\" \"%{build}%/\" && cd \"%{build}%\" && autoconf && PATH=\"${TMPDIR:-/tmp}/ocaml/bin:$PATH\" ./configure \"--prefix=%{prefix}%\" --enable-middle-end=flambda2 \"--with-dune=%{build}%/dune.exe\" && PATH=\"${TMPDIR:-/tmp}/ocaml/bin:$PATH\" \"%{make}%\" -j%{jobs}% && PATH=\"${TMPDIR:-/tmp}/ocaml/bin:$PATH\" \"%{make}%\" install"]
21
24
]
Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ depends: [
15
15
]
16
16
conflict-class: "ocaml-core-compiler"
17
17
flags: [ compiler avoid-version ]
18
- setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
18
+ setenv: [
19
+ [CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]
20
+ [OCAMLPARAM = "_,O2=1"]
21
+ ]
19
22
install: [
20
23
["sh" "-c" "cd \"${TMPDIR:-/tmp}\" && mv \"%{build}%\"/*.tar.gz . && tar xvf special_dune.tar.gz && tar xvf ocaml-4.14.0.tar.gz && cd ocaml-4.14.0 && ./configure \"--prefix=${TMPDIR:-/tmp}/ocaml\" && make -j%{jobs}% && make install && PATH=\"${TMPDIR:-/tmp}/ocaml/bin:$PATH\" %{make}% -C \"${TMPDIR:-/tmp}/dune-special_dune\" release && cp \"${TMPDIR:-/tmp}/dune-special_dune/dune.exe\" \"%{build}%/\" && cd \"%{build}%\" && autoconf && PATH=\"${TMPDIR:-/tmp}/ocaml/bin:$PATH\" ./configure \"--prefix=%{prefix}%\" --enable-middle-end=flambda2 \"--with-dune=%{build}%/dune.exe\" && PATH=\"${TMPDIR:-/tmp}/ocaml/bin:$PATH\" \"%{make}%\" -j%{jobs}% && PATH=\"${TMPDIR:-/tmp}/ocaml/bin:$PATH\" \"%{make}%\" install"]
21
24
]
You can’t perform that action at this time.
0 commit comments