Skip to content

A minimal linux version of the old cernlib containing almost all cernlib routines.

Notifications You must be signed in to change notification settings

sly2j/nanocernlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanocernlib

A collection of commonly used cernlib routines packaged with cmake to easily build on modern systems.

Installation

Note: the following instructions are given assuming you are using bash as your shell.

Choose a working prefix

export PREFIX="/path/to/your/prefix"; mkdir -p $PREFIX

Install all necessary dependencies

Ensure you have cmake and gfortran installed

Build and install nanocernlib

mkdir -p ${PREFIX}/src && cd ${PREFIX}/src
git clone https://gitlab.com/tmdmc/nanocernlib.git
mkdir -p nanocernlib/BUILD && cd nanocernlib/BUILD
cmake .. -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_PREFIX_PATH=${PREFIX}
make -j4
make install

About

A minimal linux version of the old cernlib containing almost all cernlib routines.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •