Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LHCbDIRAC
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb Dirac
LHCbDIRAC
Merge requests
!42
Preparation to get rid of CMT
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Preparation to get rid of CMT
joel/LHCbDIRAC:master
into
master
Overview
10
Commits
15
Pipelines
0
Changes
6
Merged
Joel Closier
requested to merge
joel/LHCbDIRAC:master
into
master
8 years ago
Overview
10
Commits
15
Pipelines
0
Changes
-
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
93ae4260
15 commits,
8 years ago
+
179
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
LHCbDiracSys/dirac-GSI
+
3
−
6
Options
#!/bin/bash
#
# $Header: /tmp/libdirac/tmp.stZoy15380/dirac/DIRAC3/DiracSys/dirac-make,v 1.2 2009/10/05 06:13:08 rgracian Exp $
#
# preliminary version to prepare external package needed for DIRAC3
#
function
canonicalize
{
cd
-P
--
"
$(
dirname
--
"
$1
"
)
"
&&
@@ -32,6 +27,8 @@ if ! [ -r $basedir/InstallArea/$CMTCONFIG/python${PYTHON_CONFIG_VERSION} ]; then
mkdir
$basedir
/InstallArea/
$CMTCONFIG
/python
${
PYTHON_CONFIG_VERSION
}
fi
ln
-sf
../../../
$fullpath
$basedir
/InstallArea/
$CMTCONFIG
/python
${
PYTHON_CONFIG_VERSION
}
/
if
!
[
-d
$basedir
/InstallArea/
$CMTCONFIG
/python
${
PYTHON_CONFIG_VERSION
}
/
]
;
then
ln
-sf
../../../
$fullpath
$basedir
/InstallArea/
$CMTCONFIG
/python
${
PYTHON_CONFIG_VERSION
}
/
fi
#
\ No newline at end of file
Loading