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
32b4267a
Commit
32b4267a
authored
Dec 11, 2017
by
erwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to use the opam $NAME.install file to install the lutin package properly.
parent
cbed4829
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
14 deletions
+23
-14
.gitignore
.gitignore
+0
-1
Makefile
Makefile
+1
-9
_oasis
_oasis
+1
-2
lutin.install
lutin.install
+19
-0
lutin/src/version.ml
lutin/src/version.ml
+2
-2
No files found.
.gitignore
View file @
32b4267a
...
...
@@ -268,5 +268,4 @@ lutin.native
polka/C/
polka/caml/
source/
src/
Makefile
View file @
32b4267a
...
...
@@ -39,11 +39,9 @@ setup.ml:_oasis lutin/src/version.ml polka/vector.ml lutin-utils/src/lutinUtils.
oasis setup
BINPATH
=
$(
shell
dirname
`
which ocamlc
`
)
/..
LIBPATH
=
$(
shell
shell ocamlc
-where
)
/../lutin/
setup.data
:
configure
configure
:
setup.ml
ocaml setup.ml
-configure
--prefix
$(BINPATH)
--exec-prefix
$(BINPATH)
ocaml setup.ml
-configure
.PHONY
:
doc
doc
:
...
...
@@ -52,21 +50,15 @@ doc:
man
:
cd
doc/lutin-man/
&&
make
install-man
:
cp
doc/lutin-man/lutin-man.pdf
$(LIBPATH)
install
:
ocaml setup.ml
-install
cp
lutin/src/lut4c_stubs.h
$(
shell
ocamlc
-where
)
/../lutin/
uninstall
:
ocaml setup.ml
-uninstall
rm
-f
$(
shell
ocamlc
-where
)
/../lutin/lut4c_stubs.h
reinstall
:
ocaml setup.ml
-reinstall
cp
lutin/src/lut4c_stubs.h
$(
shell
ocamlc
-where
)
/../lutin/
distclean
:
ocaml setup.ml
-distclean
...
...
_oasis
View file @
32b4267a
OASISFormat: 0.4
Name: Lutin
Version: 2.3
2
Version: 2.3
3
Authors: Erwan Jahier
Maintainers: erwan.jahier@imag.fr
License: PROP
...
...
@@ -14,7 +14,6 @@ Description:
automated testing of reactive systems with Lurette.
BuildTools: ocamlbuild
PreBuildCommand: make lutin/src/version.ml
PostInstallCommand: cp utils/simec_trap $exec_prefix/bin; cp utils/read-rif.sh $exec_prefix/bin; cp utils/lurette $exec_prefix/bin
#PreBuildCommand: make gen_version
...
...
lutin.install
0 → 100644
View file @
32b4267a
etc
:
[
"setup.ml"
"setup.data"
"setup.log"
]
bin
:
[
"utils/simec_trap"
"utils/read-rif.sh"
"utils/lurette"
]
doc
:
[
"doc/lutin-man/lutin-man.pdf"
]
lib
:
[
"lutin/src/lut4c_stubs.h"
]
\ No newline at end of file
lutin/src/version.ml
View file @
32b4267a
let
str
=
"2.3
2
"
let
sha
=
"
0f939d6
"
let
str
=
"2.3
3
"
let
sha
=
"
cbed482
"
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