cernlib

所属分类:工具库
开发工具:Fortran
文件大小:0KB
下载次数:0
上传日期:2021-10-02 17:39:00
上 传 者sh-1993
说明:  欧洲核子研究中心项目库,
(CERN Program Library,)

文件列表:
2005/ (0, 2021-10-02)
2005/build/ (0, 2021-10-02)
2005/build/Makefile (16917, 2021-10-02)
2005/src/ (0, 2021-10-02)
2005/src/Imakefile (418, 2021-10-02)
2005/src/car/ (0, 2021-10-02)
2005/src/car/fatmen.car (118509, 2021-10-02)
2005/src/car/geanf.car (12, 2021-10-02)
2005/src/car/geanf321.car (127666, 2021-10-02)
2005/src/car/geanh.car (12, 2021-10-02)
2005/src/car/geanh321.car (104847, 2021-10-02)
2005/src/car/geant.car (12, 2021-10-02)
2005/src/car/geant321.car (160008, 2021-10-02)
2005/src/car/hbook.car (81262, 2021-10-02)
2005/src/car/higz.car (99882, 2021-10-02)
2005/src/car/jetset74.car (2073, 2021-10-02)
2005/src/car/kuip.car (71036, 2021-10-02)
2005/src/car/paw.car (110124, 2021-10-02)
2005/src/car/zebra.car (42592, 2021-10-02)
2005/src/cfortran/ (0, 2021-10-02)
2005/src/cfortran/Examples/ (0, 2021-10-02)
2005/src/cfortran/Examples/Imakefile (375, 2021-10-02)
2005/src/cfortran/Examples/chbook-example.c (1017, 2021-10-02)
2005/src/cfortran/Examples/chigz-example.c (980, 2021-10-02)
2005/src/cfortran/Examples/chplot-example.c (1112, 2021-10-02)
2005/src/cfortran/Examples/hbook-cwn.c (689, 2021-10-02)
2005/src/cfortran/Examples/hbook-cwnc.c (1888, 2021-10-02)
2005/src/cfortran/Examples/hbook-ntuple.c (1226, 2021-10-02)
2005/src/cfortran/Examples/minuit-fcn.c (484, 2021-10-02)
2005/src/cfortran/Examples/minuit-fcn.f (433, 2021-10-02)
c (865, 2021-10-02)
2005/src/cfortran/Examples/pamain.c (339, 2021-10-02)
2005/src/cfortran/Examples/read_rwntuple.c (1424, 2021-10-02)
2005/src/cfortran/Imakefile (391, 2021-10-02)
2005/src/cfortran/cfortran.doc (94163, 2021-10-02)
2005/src/cfortran/cfortran.h (126647, 2021-10-02)
2005/src/cfortran/comis.h (2234, 2021-10-02)
2005/src/cfortran/cspack.h (253, 2021-10-02)
2005/src/cfortran/geant315.h (218721, 2021-10-02)
2005/src/cfortran/geant321.h (254092, 2021-10-02)
... ...

![cern.jpg](https://github.com/apc-llc/cernlib/blob/master/cern.jpg) # CERN Program Library This is an unofficial fork of http://cernlib.web.cern.ch/cernlib/ The CERN Program Library is a large collection of general purpose libraries and modules maintained and offered in both source and object code form on the CERN central computers. The two most popular applications based on CERNLIB are PAW and GEANT 3.21. Most of these programs were developed at CERN and are therefore oriented towards the needs of a physics research laboratory that is general mathematics, data analysis, detectors simulation, data-handling etc... applicable to a wide range of problems. Some tools like cfortran.h are developed outside CERN. The development and support for CERNLIB has been discontinued. Libraries will be continued to be provided "as is" The purpose of this fork is to bring up support for building CERNLIB on modern Linux systems with modern GNU compiler toolchain. This setup has been tested on Ubuntu 12.04, gfortran 4.6.3. ### Dependencies ``` sudo apt-get install xutils-dev libmotif-dev libxt-dev libxft-dev ``` ### 32-bit build Run `build32` choosing which version to build - `2005` or `2006`: ``` $ ./build32 2006 ``` Resulting libraries will be placed into `2005/lib` or `2006/lib`. ### 64-bit build Run `build64` choosing which version to build - `2005` or `2006`: ``` $ ./build64 2006 ``` Resulting libraries will be placed into `2005/lib` or `2006/lib`. ### Debugging In order to enable debugging, add `CERN\_DEBUG` environment variable, for example: ``` $ CERN_DEBUG=1 ./build32 ```

近期下载者

相关文件


收藏者