Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fastNLO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
qcd-public
fastNLO
Commits
7c6a502d
Commit
7c6a502d
authored
6 years ago
by
Klaus Rabbertz
Browse files
Options
Downloads
Patches
Plain Diff
Update README & TODO; add little script to git tag a release
parent
9c676fff
Branches
Branches containing commit
Tags
2572
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
v2.0/toolkit/README
+9
-2
9 additions, 2 deletions
v2.0/toolkit/README
v2.0/toolkit/TODO
+3
-0
3 additions, 0 deletions
v2.0/toolkit/TODO
v2.0/toolkit/mygittag
+5
-0
5 additions, 0 deletions
v2.0/toolkit/mygittag
with
17 additions
and
2 deletions
v2.0/toolkit/README
+
9
−
2
View file @
7c6a502d
...
...
@@ -106,13 +106,20 @@ git clone https://gitlab.ekp.kit.edu/qcd-public/fastNLO.git
# The fastNLO toolkit resides in the subdirectory v2.0/toolkit.
# To prepare this directory for installation the following command is needed:
autoreconf
-i
# For this to work it is mandatory to have recent enough GNU autotools installed,
# i.e. autoconf, automake, and libtool.
# For this to work it is mandatory to have recent enough GNU autotools installed, i.e.
# autoconf for auto-conf, auto-header, auto-scan;
# automake for automake, aclocal;
# libtool for libtoolize
#
# If files related to these tools are not found in the usual system places as
# in the case of LCG environment setups, it might be necessary to set proper
# paths where these files can be found now, e.g.
csh: setenv
ACLOCAL_PATH
=
/cvmfs/sft.cern.ch/lcg/releases/libtool/2.4.2-9ad34/x86_64-slc6-gcc62-opt/share/aclocal
sh:
export
ACLOCAL_PATH
=
/cvmfs/sft.cern.ch/lcg/releases/libtool/2.4.2-9ad34/x86_64-slc6-gcc62-opt/share/aclocal
#
# If macros still are not found like AX_CXX_COMPILE_STDCXX11, it might help to install
# the package autoconf-archive.
#
# After a successful reconfigure the configuration, make, and install steps should proceed
# as before.
#
...
...
This diff is collapsed.
Click to expand it.
v2.0/toolkit/TODO
+
3
−
0
View file @
7c6a502d
...
...
@@ -2,6 +2,9 @@
TODO list for fastNLO_toolkit (orderd by priority)
-----------------------------------------------------------------------
- Test installation with lgcenv environment
- Problem with zlib?
- Problem with HOPPET?
- Include stat. uncertainties into table
- Creator for Referenztabellen
- Streamline usage of logger.messagelevel, shout|cout, error|warn|silent etc. in speaker
...
...
This diff is collapsed.
Click to expand it.
v2.0/toolkit/mygittag
0 → 100755
+
5
−
0
View file @
7c6a502d
# Create annotated tag with name given on command line.
# A tag message must be provided via the editor.
git tag -a $1
# Share git tag with other users by pushing to origin.
git push origin $1
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