Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
verimag
synchrone
lutin
Commits
a5bb2847
Commit
a5bb2847
authored
Dec 12, 2017
by
erwan
Browse files
Trt to fix the opam package by undoing previous changes
parent
91a72845
Pipeline
#1628
passed with stages
in 8 minutes and 44 seconds
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a5bb2847
...
...
@@ -22,6 +22,17 @@ build:
test_opam_test
:
stage
:
test
script
:
-
sudo apt-get install -y libgmp-dev libmpfr-dev m4
-
opam repo add opam-ocaml-org "https://opam.ocaml.org"
-
opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/test/opam-repository"
-
opam update
-
opam install -y lutin
xxx
:
stage
:
test
script
:
-
sudo apt-get install -y libgmp-dev libmpfr-dev m4
-
opam repo add opam-ocaml-org "https://opam.ocaml.org"
-
opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/test/opam-repository"
-
opam update
-
opam install -y lutin
...
...
l
utin.install
→
L
utin.install
View file @
a5bb2847
File moved
Makefile
View file @
a5bb2847
...
...
@@ -16,7 +16,7 @@ STUBLIBS=$(shell dirname $(CAMLIDL))/stublibs
dllcamlidl.so
:
$(STUBLIBS)/dllcamlidl.so
$(
STUBLIBS
)/dllcamlidl.so
:
$(
CAMLIDL
)/dllcamlidl.so
$(
CAMLIDL
)/dllcamlidl.so
:
$(
STUBLIBS
)/dllcamlidl.so
cp
$<
$@
fix_camlidl_meta
:
$(CAMLIDL)/META
...
...
@@ -38,10 +38,10 @@ build: setup.data $(CAMLIDL)/dllcamlidl.so
setup.ml
:
_oasis lutin/src/version.ml polka/vector.ml lutin-utils/src/lutinUtils.ml
oasis setup
BINPATH
=
$(
shell
opam config var prefix
)
setup.data
:
configure
configure
:
setup.ml
ocaml setup.ml
-configure
--prefix
=
$(
shell
opam config var prefix
)
ocaml setup.ml
-configure
--prefix
$(
BINPATH
)
.PHONY
:
doc
doc
:
...
...
@@ -53,6 +53,7 @@ man:
install
:
ocaml setup.ml
-install
cp
lutin/src/lut4c_stubs.h
$(
shell
ocamlc
-where
)
/../lutin/
uninstall
:
ocaml setup.ml
-uninstall
...
...
_oasis
View file @
a5bb2847
OASISFormat: 0.4
Name: Lutin
Version: 2.3
5
Version: 2.3
6
Authors: Erwan Jahier
Maintainers: erwan.jahier@imag.fr
License: PROP
...
...
lutin/src/version.ml
View file @
a5bb2847
let
str
=
"2.3
5
"
let
sha
=
"
f0e3cfa
"
let
str
=
"2.3
6
"
let
sha
=
"
91a7284
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment