Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gyacomo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Antoine Cyril David Hoffmann
Gyacomo
Commits
7887c190
Commit
7887c190
authored
10 months ago
by
Antoine Cyril David Hoffmann
🌱
Browse files
Options
Downloads
Patches
Plain Diff
readd dirs.inc
parent
146a104c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
local/dirs.inc
+32
-0
32 additions, 0 deletions
local/dirs.inc
with
32 additions
and
0 deletions
local/dirs.inc
0 → 100644
+
32
−
0
View file @
7887c190
# Variables for main path and libraries
PREFIX
=
$
(
shell
pwd
)
LIBDIR
=
$
(
PREFIX
)
/
lib
# OS environment: Linux, Marconi or MacOS (use Linux per default)
ENVTYPE
=
Linux
# Auxiliary variables
SRCDIR
=
$
(
PREFIX
)
/
src
BINDIR
=
$
(
PREFIX
)
/
bin
OBJDIR
=
$
(
PREFIX
)
/
obj
MODDIR
=
$
(
PREFIX
)
/
mod
ifeq
(
$
(
ENVTYPE
),
Linux
)
#Linux env.
FMDIR
=
$
(
LIBDIR
)
/
FM
FUTILS_DIR
=
$
(
LIBDIR
)
/
futils
/
src
FFTW3DIR
=
$
(
LIBDIR
)
/
fftw
-
3.3.10
#LAPACKDIR = $(LIBDIR)/lapack-3.10.0
HDF5_LIB
=
$
(
HDF5_ROOT
)
/
lib
endif
ifeq
(
$
(
ENVTYPE
),
Marconi
)
#Marconi env.
FMDIR
=
$
(
LIBDIR
)
/
FM
FUTILS_DIR
=
$
(
LIBDIR
)
/
futils
/
src
FFTW3DIR
=
$
(
FFTW_HOME
)
endif
ifeq
(
$
(
ENVTYPE
),
MacOS
)
#MacOS
FMDIR
=
$
(
LIBDIR
)
/
FM
FUTILS_DIR
=
$
(
LIBDIR
)
/
futils
/
src
FFTW3DIR
=
$
(
LIBDIR
)
/
fftw
-
3.3.10
LAPACKDIR
=
/
opt
/
homebrew
/
opt
/
lapack
HDF5_LIB
=
/
usr
/
local
/
hdf5
-
1.8.22
/
lib
endif
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