Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
documentation:tools:software:molden [2014/02/13 15:23] – modification externe 127.0.0.1documentation:tools:software:molden [2025/03/12 15:05] (Version actuelle) – supprimée ltaulell
Ligne 1: Ligne 1:
-====== MOLDEN ====== 
- 
-^  Version  ^  Compilateur  ^  Interconnexion  ^  chemin d'accès  ^  OS  ^ 
-|  5.0.6  |  gnu-4.7.2  |  N/A  |  /Applis/PSMN/debian7/Molden/5.0.6/  |  Debian 7  | 
-| | **modulefile** : Molden/5.0.6  |||| 
- 
-Pour utiliser les modules, consulter [[documentation:tools:modules|Environment Modules]] 
- 
-{{INLINETOC}} 
- 
-===== Site officiel ===== 
- 
-  * http://www.cmbi.ru.nl/molden/ 
- 
- 
-===== Doc admin-sys PSMN ===== 
- 
-==== molden full Debian7 (gcc 4.7.2 + libs) ==== 
- 
-  * modifier ''makefile'' 
-<code make> 
-# add debian detection (:27) 
-ifeq ($(uname), Linux) 
- os := $(shell head -n 1 /etc/issue | cut -d" " -f1) 
- ifeq ($(os), Ubuntu) 
-    LIBSG = -L/usr/X11R6/lib -lGLU -lGL -lX11 -lm 
- endif 
- ifeq ($(os), Debian) 
-    LIBSG = -L/usr/lib/X11 -lGLU -lGL -lX11 -lm 
- endif 
- 
-# add debian detection (:83) 
-ifeq ($(uname), Linux) 
-#CFLAGS = -c -I/usr/X11R6/include -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 
- ifeq ($(os), Debian) 
-    CFLAGS = -c -I/usr/include/X11 -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 
-    LIBS =  -L/usr/lib/X11 -lX11 -lm 
- endif 
-ifeq ($(os), FreeBSD) 
-CFLAGS = ${CFLAGS} -DFREEBSD 
-endif 
-FFLAGS = 
-#LIBS =  -L/usr/X11R6/lib -lX11 -lm 
-LDR = ${FC} 
-endif 
- 
- 
-</code> 
  
documentation/tools/software/molden.1392304985.txt.gz · Dernière modification : 2020/08/25 15:58 (modification externe)