• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión502ffaff2985e411e82c09ebdb95d1fa2c73b15a (tree)
Tiempo2015-03-09 15:59:16
AutorTakuo Yasunaga <yasunaga@bio....>
CommiterTakuo Yasunaga

Log Message

Merge branch 'master' of git.sourceforge.jp:/gitroot/eos/base

Cambiar Resumen

  • modified: env/install-eos.sh (diff)
  • delete: hostdepend/X86MAC64/bin/X86MAC64/clusterLog2ToLog
  • delete: hostdepend/X86MAC64/bin/X86MAC64/clusterLogASCII2Binary
  • delete: hostdepend/X86MAC64/bin/X86MAC64/clusterShow
  • delete: hostdepend/X86MAC64/bin/X86MAC64/mrcImageClusterAnalysis
  • delete: hostdepend/X86MAC64/lib/X86MAC64/libCluster.a
  • delete: hostdepend/X86MAC64/lib/X86MAC64/libmrcImage.a
  • delete: hostdepend/X86MAC64/src/Tools/Cluster/clusterLog2ToLog/src/X86MAC64/clusterLog2ToLog
  • delete: hostdepend/X86MAC64/src/Tools/Cluster/clusterLogASCII2Binary/src/X86MAC64/clusterLogASCII2Binary
  • delete: hostdepend/X86MAC64/src/Tools/Cluster/clusterShow/src/X86MAC64/clusterShow
  • delete: hostdepend/X86MAC64/src/Tools/mrcImage/mrcImageClusterAnalysis/src/X86MAC64/mrcImageClusterAnalysis
  • modified: src/Objects/General/Cluster/doc/Cluster.html (diff)

Diferencia incremental

--- a/env/install-eos.sh
+++ b/env/install-eos.sh
@@ -18,7 +18,7 @@ fi
1818
1919 #curl -L $ROOT_EOS_SOURCEFORGE/env/Eos_env?export=raw | sh - ;
2020
21-git clone --depth 1 git://git.sourceforge.jp/gitroot/eos/base.git $EOS_HOME0
21+git clone --depth 1 git://git.sourceforge.jp/gitroot/eos/base.git $EOS_HOME0 || echo "Already installed on $EOS_HOME0 or there are something wrong."
2222
2323 if [ -z $EOS_HOME0 ] ; then
2424 export EOS_HOME0=$HOME/Eos
@@ -40,7 +40,20 @@ test -r $HOME/.Eos_env && . $HOME/.Eos_env
4040 EOF
4141
4242 if [ ! -f $HOME/.Eos_env ] ; then
43+ echo "No .Eos_env"
4344 ln -sf $EOS_HOME0/env/Eos_env $HOME/.Eos_env
4445 fi
45-source ~/.Eos_env
46-cd $EOS_HOME; cd hostdepend; git clone --depth 1 git://git.sourceforge.jp/gitroot/eos/hostdepend${EOS_HOSTDIR}.git ${EOS_HOSTDIR}
46+
47+source ~/.Eos_env || echo "Prepare environment"
48+echo "hostdepend for ${EOS_HOSTDIR}"
49+
50+if [ ! -d $EOS_HOME0/hostdepend ] ; then
51+ mkdir $EOS_HOME0/hostdepend
52+fi
53+
54+if [ -d $EOS_HOME0/hostdepend ] ; then
55+ cd $EOS_HOME0/hostdepend/;
56+ git clone --depth 1 git://git.sourceforge.jp/gitroot/eos/hostdepend${EOS_HOSTDIR}.git ${EOS_HOSTDIR} || echo "Already installed hostdepend/${EOS_HOSTDIR} or there are something wrong.";
57+else
58+ echo "Cannot make hostdepend"
59+fi
Binary files a/hostdepend/X86MAC64/bin/X86MAC64/clusterLog2ToLog and /dev/null differ
Binary files a/hostdepend/X86MAC64/bin/X86MAC64/clusterLogASCII2Binary and /dev/null differ
Binary files a/hostdepend/X86MAC64/bin/X86MAC64/clusterShow and /dev/null differ
Binary files a/hostdepend/X86MAC64/bin/X86MAC64/mrcImageClusterAnalysis and /dev/null differ
Binary files a/hostdepend/X86MAC64/lib/X86MAC64/libCluster.a and /dev/null differ
Binary files a/hostdepend/X86MAC64/lib/X86MAC64/libmrcImage.a and /dev/null differ
Binary files a/hostdepend/X86MAC64/src/Tools/Cluster/clusterLog2ToLog/src/X86MAC64/clusterLog2ToLog and /dev/null differ
Binary files a/hostdepend/X86MAC64/src/Tools/Cluster/clusterLogASCII2Binary/src/X86MAC64/clusterLogASCII2Binary and /dev/null differ
Binary files a/hostdepend/X86MAC64/src/Tools/Cluster/clusterShow/src/X86MAC64/clusterShow and /dev/null differ
Binary files a/hostdepend/X86MAC64/src/Tools/mrcImage/mrcImageClusterAnalysis/src/X86MAC64/mrcImageClusterAnalysis and /dev/null differ
--- a/src/Objects/General/Cluster/doc/Cluster.html
+++ b/src/Objects/General/Cluster/doc/Cluster.html
@@ -3,15 +3,6 @@
33 <H2>Information from source codes</H2>
44 </A>
55 <PRE>
6-../src/clusterLogAnalysis.c:
7-
8-../src/clusterLogInit.c:
9-
10-../src/clusterLogRead.c:
11-
12-../src/clusterLogUtil.c:
13-
14-../src/clusterLogWrite.c:
156 </PRE>
167 <HR>
178 <A NAME="include">