Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lutils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
lutils
Commits
fc82a402
Commit
fc82a402
authored
5 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
Build: set-up opam packages
parent
c599dc14
No related branches found
No related tags found
No related merge requests found
Pipeline
#28435
failed
5 years ago
Stage: build
Stage: test
Stage: release
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+0
-2
0 additions, 2 deletions
Makefile
Makefile.dev
+0
-7
0 additions, 7 deletions
Makefile.dev
dune-project
+1
-0
1 addition, 0 deletions
dune-project
lutils.opam
+5
-8
5 additions, 8 deletions
lutils.opam
with
6 additions
and
17 deletions
Makefile
+
0
−
2
View file @
fc82a402
all
:
build
PREFIX
=
$(
shell opam config var prefix
)
-include
./Makefile.version
build
:
lib/lutilsVersion.ml
dune build @install
...
...
This diff is collapsed.
Click to expand it.
Makefile.dev
+
0
−
7
View file @
fc82a402
...
...
@@ -6,13 +6,6 @@ uv:update_version
update_version
:
git pull
# to get the release tags!
rm
-f
src/lutilsVersion.ml
make src/lutilsVersion.ml
cp
_oasis _oasis.save
ifneq
(,$(findstring -,$(VERSION)))
echo
"won't update _oasis"
else
cat
_oasis.save |
sed
"s/^Version:.*/Version:
$(
VERSION
)
/"
>
_oasis
endif
make clean
&&
make
cia
:
test
...
...
This diff is collapsed.
Click to expand it.
dune-project
0 → 100644
+
1
−
0
View file @
fc82a402
(lang dune 1.2)
This diff is collapsed.
Click to expand it.
lutils.opam
+
5
−
8
View file @
fc82a402
...
...
@@ -17,21 +17,18 @@ bug-reports:
"https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/"
depends: [
"ocaml" {>= "4.02"}
"dune" {>= "1.2"}
"base-unix"
"ocamlbuild" {build}
"ocamlfind"
"num"
"str"
]
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test}
["ocaml" "setup.ml" "-build"] {with-test}
["ocaml" "setup.ml" "-test"] {with-test}
[make "build"]
]
install: [
"ocaml" "setup.ml"
"
-
install"]
install: [
make
"install"]
remove: [
"ocaml" "%{etc}%/lutils/setup.ml" "-C" "%{etc}%/lutils"
"
-
uninstall"
[make
"uninstall"
]
]
post-messages:
"The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment