Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lutin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
verimag
synchrone
lutin
Commits
a5bb2847
Commit
a5bb2847
authored
Dec 12, 2017
by
erwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
6 deletions
+18
-6
.gitlab-ci.yml
.gitlab-ci.yml
+11
-0
Lutin.install
Lutin.install
+0
-0
Makefile
Makefile
+4
-3
_oasis
_oasis
+1
-1
lutin/src/version.ml
lutin/src/version.ml
+2
-2
No files found.
.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