Skip to content

Commit

Permalink
This version has actually been tested per <http://opam.ocamlpro.com/d…
Browse files Browse the repository at this point in the history
…oc/Packaging.html>. My apologies for not learning this earlier.
  • Loading branch information
paul-snively committed Mar 15, 2013
1 parent bbcae97 commit 1dc1170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/llvm.3.2/opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
opam-version: "1"
maintainer: "sebastien.fricker@gmail.com"
build: [
[ "./configure" "--prefix=%{prefix}%" "--docdir=%{doc}%/llvm" "--%{conf-llvm-debug:enable}%-doxygen" "--%{conf-llvm-debug:enable}%-docs" "llvm_cv_cxx_visibility_inlines_hidden=no" "--enable-static" "--enable-shared" "--%{conf-llvm-debug:enable}%-debug-runtime" "--%{conf-llvm-debug:enable}%-debug-symbols" "--enable-jit" "--%{conf-llvm-debug:enable}%-assertions" "--with-ocaml-libdir=%{lib}%/llvm" ]
[ make "-j9" "CC=gcc" "CXX=g++" ]
[ "./configure" "CC=gcc" "CXX=g++" "--prefix=%{prefix}%" "--docdir=%{doc}%/llvm" "--%{conf-llvm-debug:enable}%-doxygen" "--%{conf-llvm-debug:enable}%-docs" "llvm_cv_cxx_visibility_inlines_hidden=no" "--enable-static" "--enable-shared" "--%{conf-llvm-debug:enable}%-debug-runtime" "--%{conf-llvm-debug:enable}%-debug-symbols" "--enable-jit" "--%{conf-llvm-debug:enable}%-assertions" "--with-ocaml-libdir=%{lib}%/llvm" ]
[ make "-j9" ]
[ make "install" ]
[ "cp" "%{lib}%/llvm/META.llvm" "%{lib}%/llvm/META" ]
]
Expand Down

0 comments on commit 1dc1170

Please sign in to comment.