From: N. Brouard Date: Fri, 19 Feb 2016 09:28:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: imach-099s7~284 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=91733c54bdb546cb54d2dd3fc6c99def0973ad02;p=.git *** empty log message *** --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f8fb6c..ffdfc12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ # SET (CMAKE_CONFIGURATION_TYPES "Debug;RelWithDebinfo" CACHE STRING "" FORCE) set(PACKAGE_NAME "imach") SET(IMACH_VERSION_MAJOR 0) -SET(IMACH_VERSION_MINOR 98r4) +SET(IMACH_VERSION_MINOR 98r7) SET(IMACH_VERSION_PATCH 0) SET(IMACH_VERSION_NOTE "") SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}) @@ -253,4 +253,4 @@ if(UNIX) COMMENT "Generating IMaCh documentation with Doxygen" VERBATIM ) endif() -endif() \ No newline at end of file +endif() diff --git a/src/Makefile b/src/Makefile index 727b49e..a1918b1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -57,7 +57,11 @@ IMACHSETUPVERSION=icl #TESTFILE=$(HOME)/Documents/Recherches/REVES/Aaron/brouard/results/COVARAITE_94/rmypar24pis1cov1-age.imach #TESTFILE=$(HOME)/Documents/Recherches/REVES/Flavia/rADL0w_V1V2b.imach #TESTFILE=$(HOME)/Documents/Recherches/REVES/Yao/rrtest3b.imach -TESTFILE=$(HOME)//Documents/Recherches/REVES/Flavia/Flavia-nov-2015/rtest3c.imach +#TESTFILE=$(HOME)//Documents/Recherches/REVES/Flavia/Flavia-nov-2015/rtest3c.imach +#TESTFILE=/mnt/tugault/Documents/Recherches/REVES/Yao/rhrs-yao-test-back.imach +#TESTFILE=/mnt/tugault/Documents/Recherches/REVES/Flavia/Flavia-nov-2015/rtest3bb.imach +#TESTFILE=$(HOME)/Documents/Recherches/REVES/Flavia/Flavia-nov-2015/rtest3bb.imach +TESTFILE=$(HOME)/Documents/Recherches/REVES/SAITO/saito-12-feb-2016/rHRS_relig_import_M_NB.imach #TESTFILE=$(HOME)/Documents/Recherches/REVES/SAITO/Tokyo2014/adlc-test-mac/adecode-1.142c.imach #TESTFILE=$(HOME)/Documents/Recherches/REVES/SAITO/Tokyo2014/adlc_test_magei4/radlc_often.imach #CC= gcc -v @@ -541,8 +545,10 @@ md5: ls Output/* | xargs md5sum upload: # rsync -v Output/imach-0.98r4-1.x86_64.rpm brouard@henry.ined.fr:/home/euroreves/html/imach/Download - rsync -v Output/IMaCh-0.98r4-icl-setup.exe brouard@henry.ined.fr:/home/euroreves/html/imach/Download - rsync -v Output/imach0.98r4.dmg brouard@henry.ined.fr:/home/euroreves/html/imach/Download +# rsync -v Output/IMaCh-0.99a3-icl-setup.exe brouard@henry.ined.fr:/home/euroreves/html/imach/Download +# rsync -v Output/imach0.99a3.dmg brouard@henry.ined.fr:/home/euroreves/html/imach/Download + rsync -v Output/IMaCh-0.98r7-icl-setup.exe brouard@henry.ined.fr:/home/euroreves/html/imach/Download + rsync -v Output/imach0.98r7.dmg brouard@henry.ined.fr:/home/euroreves/html/imach/Download # rsync -v Output/* brouard@henry.ined.fr:/home/euroreves/html/imach/Download imachcyg : imachcyg.o diff --git a/src/setup.iss b/src/setup.iss index c193c8f..c5aea68 100644 --- a/src/setup.iss +++ b/src/setup.iss @@ -2,6 +2,15 @@ ; $Id$ ; $State$ ; $Log$ +; Revision 1.16 2015/10/27 19:51:28 brouard +; Summary: some new subdirs +; +; Revision 1.15 2015/10/27 17:36:40 brouard +; Summary: Adding gnuplot 5.1 with bin and etc for pango fonts +; +; Revision 1.14 2015/08/18 23:18:16 brouard +; *** empty log message *** +; ; Revision 1.13 2015/08/04 07:18:28 brouard ; *** empty log message *** ; @@ -43,12 +52,13 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING .ISS SCRIPT FILES! [Setup] -AppName=IMaCh-0.98q5 -AppVerName=IMaCh-0.98q5 Version 0.98q5 +AppName=IMaCh-0.98r7 +AppVerName=IMaCh-0.98r7 Version 0.98r7 AppCopyright=Copyright (C) 2002-2015 INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121) - Intel Software 2015 -DefaultDirName={pf}\IMaCh-0.98q5 +DefaultDirName={pf}\IMaCh-0.98r7 DefaultGroupName=IMaCh -OutputBaseFilename=imach-0.98q5-icl-setup +OutputManifestFile=imach-0.98r7-icl-filelist.txt +OutputBaseFilename=imach-0.98r7-icl-setup UninstallDisplayIcon={app}\imach.exe Compression=lzma2 SolidCompression=yes @@ -69,18 +79,22 @@ ArchitecturesInstallIn64BitMode=x64 ChangesAssociations=yes [Files] -; Install IMaCh-x640.98q5.exe if running in 64-bit mode (x64; see above), +; Install IMaCh-x640.98r7.exe if running in 64-bit mode (x64; see above), ; IMaCh.exe otherwise. -;Source: "IMaCh-icl64-0.98q5.exe"; DestDir: "{app}\bin"; DestName: "IMaCh.exe"; Check: Is64BitInstallMode -Source: "..\build\icl64\Release\IMaCh-0.98q5.exe"; DestDir: "{app}\bin"; DestName: "IMaCh.exe"; Check: Is64BitInstallMode -;Source: "IMaCh-icl32-0.98q5.exe"; DestDir: "{app}\bin"; DestName: "IMaCh.exe"; Check: not Is64BitInstallMode -Source: "..\build\icl32\Release\IMaCh-0.98q5.exe"; DestDir: "{app}\bin"; DestName: "IMaCh.exe"; Check: not Is64BitInstallMode +;Source: "IMaCh-icl64-0.98r7.exe"; DestDir: "{app}\bin"; DestName: "IMaCh.exe"; Check: Is64BitInstallMode +Source: "..\build\icl64\Release\IMaCh-0.98r7.exe"; DestDir: "{app}\bin"; DestName: "IMaCh.exe"; Check: Is64BitInstallMode +;Source: "IMaCh-icl32-0.98r7.exe"; DestDir: "{app}\bin"; DestName: "IMaCh.exe"; Check: not Is64BitInstallMode +Source: "..\build\icl32\Release\IMaCh-0.98r7.exe"; DestDir: "{app}\bin"; DestName: "IMaCh.exe"; Check: not Is64BitInstallMode ;Source: "IMaCh.chm"; DestDir: "{app}\bin" Source: ..\html\doc\imach.htm; DestDir: {app}\doc Source: README.txt; DestDir: {app}; Flags: isreadme Source: imach.ico; DestDir: {app}\bin -;;Source: gnuplot.exe; DestDir: {app}\bin -Source: ..\distributions\windows\gnuplot_bin\windows-265\bin\*; DestDir: {app}\bin +;;Source: gnuplot.exe; DestDir: {app}\bin +Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\bin\*; DestDir: {app}\bin +Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\etc\pango\*; DestDir: {app}\etc\pango +Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\etc\pango\1.6.0\modules\*; DestDir: {app}\etc\pango\1.6.0\modules +Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\etc\fonts\fonts.conf; DestDir: {app}\etc\fonts\fonts.conf +Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\etc\fonts\conf.d\*; DestDir: {app}\etc\fonts\conf.d ;;Source: wgnuplot.hlp; DestDir: {app}\bin Source: website.url; DestDir: {app} @@ -150,8 +164,8 @@ Source: ..\html\doc\data1.txt; DestDir: {app}\doc ;P.S. -silent is recommended for use in install scripts [Icons] -Name: {group}\IMaCH; Filename: {app}\bin\imach.exe; Comment: IMaCh-0.98q5 0.98q5; IconFilename: {app}\imach.ico -Name: {userdesktop}\IMaCH; Filename: {app}\bin\imach.exe; Comment: IMaCh-0.98q5 0.98q5; Flags: runmaximized +Name: {group}\IMaCH; Filename: {app}\bin\imach.exe; Comment: IMaCh-0.98r7 0.98r7; IconFilename: {app}\imach.ico +Name: {userdesktop}\IMaCH; Filename: {app}\bin\imach.exe; Comment: IMaCh-0.98r7 0.98r7; Flags: runmaximized Name: {group}\Visit the IMaCh web site; Filename: {app}\website.url ; NOTE: Most apps do not need registry entries to be pre-created. If you @@ -167,9 +181,9 @@ Name: {group}\Visit the IMaCh web site; Filename: {app}\website.url ;;Root: HKCU; Subkey: "Software\EuroREVES_INED\IMaCh"; Flags: uninsdeletekey ;;Root: HKLM; Subkey: "Software\EuroREVES_INED"; Flags: uninsdeletekeyifempty Root: HKLM; Subkey: Software\IMaCh; Flags: uninsdeletekeyifempty -Root: HKLM; Subkey: Software\IMaCh\imach; ValueType: string; ValueName: Current Version; ValueData: 0.98q5; Flags: uninsdeletekeyifempty +Root: HKLM; Subkey: Software\IMaCh\imach; ValueType: string; ValueName: Current Version; ValueData: 0.98r7; Flags: uninsdeletekeyifempty Root: HKLM; Subkey: Software\IMaCh\imach; ValueType: string; ValueName: InstallPath; ValueData: {app} -Root: HKLM; Subkey: Software\IMaCh\gnuplot; ValueType: string; ValueName: Current Version; ValueData: 4.6; Flags: uninsdeletekeyifempty +Root: HKLM; Subkey: Software\IMaCh\gnuplot; ValueType: string; ValueName: Current Version; ValueData: 5.1; Flags: uninsdeletekeyifempty Root: HKLM; Subkey: Software\IMaCh\gnuplot; ValueType: string; ValueName: InstallPath; ValueData: {app} Root: HKCR; Subkey: .gp; ValueType: string; ValueName: ; ValueData: gnuplot.exe; Flags: uninsdeletevalue diff --git a/src/version.h b/src/version.h index 12f2a9d..139d738 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#define __IMACH_VERSION_MAJOR__ 0 -#define __IMACH_VERSION_MINOR__ 98r3 -#define __IMACH_VERSION_PATCH__ 0 - -#define __IMACH_VERSION__ "0.98r3" +#define __IMACH_VERSION_MAJOR__ 0 +#define __IMACH_VERSION_MINOR__ 98r7 +#define __IMACH_VERSION_PATCH__ 0 + +#define __IMACH_VERSION__ "0.98r7"