Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
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
sasa
Commits
b5770fd6
Commit
b5770fd6
authored
5 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
Build: try to set-up an opam package
parent
f29ea5d2
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+3
-0
3 additions, 0 deletions
Makefile
guides/users/README.org
+1
-3
1 addition, 3 deletions
guides/users/README.org
src/dune
+1
-1
1 addition, 1 deletion
src/dune
src/sasa.opam
+13
-1
13 additions, 1 deletion
src/sasa.opam
with
18 additions
and
5 deletions
Makefile
+
3
−
0
View file @
b5770fd6
...
...
@@ -11,6 +11,9 @@ install:
reinstall
:
install
uninstall
:
dune uninstall
.PHONY
:
test
test
:
make
...
...
This diff is collapsed.
Click to expand it.
guides/users/README.org
+
1
−
3
View file @
b5770fd6
...
...
@@ -18,7 +18,7 @@ Basically, one needs to provide:
1. a topology, made of nodes and channels (via a dot file)
2. the algorithms attached to nodes (via =ocaml= programs)
Now, suppose you a topology defined in =g.dot=, that refers to an
Now, suppose you
have
a topology defined in =g.dot=, that refers to an
algorithm defined in the ocaml program =p.ml=, you can simulate it as
follows:
...
...
@@ -388,10 +388,8 @@ script]].
** Via opam (not yet working)
#+BEGIN_SRC sh :tangle sh/install-opam.sh :noweb yes :tangle-mode (identity #o444)
# optional
opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository"
opam update -y
opam depext -y sasa
opam install -y sasa
#+END_SRC
...
...
This diff is collapsed.
Click to expand it.
src/dune
+
1
−
1
View file @
b5770fd6
;; Time-stamp: <modified the
15
/0
3
/2019 (at
23:07
) by Erwan>
;; Time-stamp: <modified the
24
/0
5
/2019 (at
10:51
) by Erwan
Jahier
>
(executable
(name sasaMain)
...
...
This diff is collapsed.
Click to expand it.
src/sasa.opam
+
13
−
1
View file @
b5770fd6
opam-version: "1.2"
maintainer: "erwan.jahier@univ-grenoble-alpes.fr"
authors: [ "Erwan Jahier" ]
license: "CeCILL"
homepage: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa"
dev-repo: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa.git"
bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa"
build: [make "build"]
install: [make "install"]
remove: [make "uninstall"]
depends: [ "ocaml" "ocamlfind" "dune" "ocamlgraph"]
available: [ ocaml-version >= "4.02" ]
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