Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NotificationsYou must be signed in to change notification settings

sly2j/nanocernlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 usingbash as your shell.

Choose a working prefix

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

Install all necessary dependencies

Ensure you havecmake andgfortran installed

Build and install nanocernlib

mkdir -p${PREFIX}/src&&cd${PREFIX}/srcgit clone https://gitlab.com/tmdmc/nanocernlib.gitmkdir -p nanocernlib/BUILD&&cd nanocernlib/BUILDcmake .. -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_PREFIX_PATH=${PREFIX}make -j4make install

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2026 Movatter.jp