Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edix-channel
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
FARGES Olivier
edix-channel
Commits
5c27f667
Verified
Commit
5c27f667
authored
3 months ago
by
FARGES Olivier
Browse files
Options
Downloads
Patches
Plain Diff
add star-geometry-3d
parent
398ee01c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
edix/packages/star-geometry-3d.scm
+7
-17
7 additions, 17 deletions
edix/packages/star-geometry-3d.scm
with
7 additions
and
17 deletions
edix/packages/star-geometry-3d.scm
+
7
−
17
View file @
5c27f667
...
@@ -15,8 +15,7 @@
...
@@ -15,8 +15,7 @@
#
:use-module
(
gnu
packages
check
)
#
:use-module
(
gnu
packages
check
)
#
:use-module
(
edix
packages
rsys
))
#
:use-module
(
edix
packages
rsys
))
(
define-public
star-geometry-3d
(
define-public
star-vx
(
package
(
package
(
name
"star-geometry-3d"
)
(
name
"star-geometry-3d"
)
(
version
"0.2"
)
(
version
"0.2"
)
...
@@ -26,31 +25,22 @@
...
@@ -26,31 +25,22 @@
(
url
"https://gitlab.com/meso-star/star-geometry-3d.git"
)
(
url
"https://gitlab.com/meso-star/star-geometry-3d.git"
)
(
commit
"0.2"
)))
(
commit
"0.2"
)))
(
sha256
(
sha256
(
base32
"1
vg05g1q3r9053gz9s43md8rrsaa1bcgaw3frl2cr2wmzab34js3
"
))))
(
base32
"1
jh0q1lmxc7lp820dzip5i18pr2h1ygsly5iss10593y95d58sj6
"
))))
(
build-system
gnu-build-system
)
(
build-system
gnu-build-system
)
(
native-inputs
(
native-inputs
(
list
pkg-config
autoconf
automake
libtool
gcc
gnu-make
))
(
list
pkg-config
autoconf
automake
libtool
))
(
propagated-inputs
(
list
rsys
))
(
inputs
(
list
gcc
gfortran
bash
gnu-make
rsys
))
(
arguments
(
arguments
`
(
#
:make-flags
(
list
(
string-append
"CC=gcc"
))
`
(
#
:make-flags
(
list
(
string-append
"CC=gcc"
))
#
:phases
#
:phases
(
modify-phases
%standard-phases
(
modify-phases
%standard-phases
(
delete
'configure
)
(
delete
'configure
)
(
delete
'check
)
(
delete
'check
)
(
replace
'build
(
lambda*
(
#
:key
make-flags
#
:allow-other-keys
)
(
invoke
"make"
(
string-join
make-flags
" "
))))
(
replace
'install
(
replace
'install
(
lambda*
(
#
:key
outputs
#
:allow-other-keys
)
(
lambda*
(
#
:key
outputs
#
:allow-other-keys
)
(
let
((
out
(
assoc-ref
outputs
"out"
)))
(
let
((
out
(
assoc-ref
outputs
"out"
)))
(
invoke
"make"
"install"
(
string-append
"PREFIX="
out
))))))))
(
invoke
"make"
"install"
(
string-append
"PREFIX="
out
))))))))
(
home-page
"https://meso-star.com/star-geometry-3d"
)
;; Remplacez avec le bon lien
(
home-page
"https://meso-star.com/star-geometry-3d"
)
;; Remplacez avec le bon lien
(
synopsis
"Bibliothèque Star-geometry-3
D
"
)
(
synopsis
"Bibliothèque Star-geometry-3
d
"
)
(
description
"Star-geometry-3
D
"
)
(
description
"Star-geometry-3
d
"
)
(
license
(
list
gpl3+
))))
(
license
(
list
gpl3+
))))
star-geometry-3d
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