Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cyclus/Cycamore and Cloudlus #48

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
c209b14
update my stuff
bam241 Jun 4, 2016
3638b3d
adding boost
bam241 Jun 4, 2016
e7e0786
bug correction on boost
bam241 Jun 4, 2016
a78be78
update build.sub
bam241 Jun 4, 2016
db1577e
Merge branch 'master' of github.com:Baaaaam/condorht_tools
bam241 Jun 4, 2016
fa25d9f
bug correction on boost
bam241 Jun 4, 2016
e33de1b
Merge branch 'master' of github.com:Baaaaam/condorht_tools
bam241 Jun 4, 2016
7504532
update
bam241 Jun 4, 2016
96e8978
update
bam241 Jun 4, 2016
48c1fcc
add echo
bam241 Jun 6, 2016
e1f8514
add untar_f variable
bam241 Jun 6, 2016
18d92cc
test
bam241 Jun 6, 2016
9644cab
test
bam241 Jun 6, 2016
b1a9ef5
test
bam241 Jun 6, 2016
258b26f
correction
bam241 Jun 6, 2016
c0d4a20
back to normal
bam241 Jun 6, 2016
86b2dd5
back to normal
bam241 Jun 6, 2016
196ebea
add sicg++
bam241 Jun 6, 2016
e682098
switch ++ to pp
bam241 Jun 6, 2016
a076a9b
corect cgpp to gcpp
bam241 Jun 6, 2016
18c9d1e
finish c++ to cpp translation, add echo when build found
bam241 Jun 6, 2016
9acfe42
correction for sigcpp
bam241 Jun 6, 2016
cdfa059
switch from sigcpp to libsigcpp
bam241 Jun 6, 2016
fdffb33
switch from sigcpp to libsigcpp (bis)
bam241 Jun 6, 2016
fee8f00
add libmpfr
bam241 Jun 6, 2016
6b05707
libmpfr, libsigcpp working
bam241 Jun 6, 2016
3a4dc5d
swtich from libsigc to sigc
bam241 Jun 6, 2016
ace05b2
small correction
bam241 Jun 6, 2016
ded4a6c
add xmlpp
bam241 Jun 6, 2016
341d1a2
add xml2
bam241 Jun 6, 2016
e10e836
cleaning mpfr
bam241 Jun 6, 2016
3fecc56
start bost update
bam241 Jun 6, 2016
ac2a816
start bost update
bam241 Jun 6, 2016
a07ab6b
mcomment cleanup
bam241 Jun 6, 2016
817c768
working boost
bam241 Jun 6, 2016
901983c
add glibmm
bam241 Jun 6, 2016
8c13c0c
add build_glibmm
bam241 Jun 6, 2016
3f937ce
update url name
bam241 Jun 6, 2016
ea6001b
comment cleaning
bam241 Jun 6, 2016
b0725e3
sigc++ working
bam241 Jun 7, 2016
3fb4ff1
deal with ++
bam241 Jun 7, 2016
3a7d229
deal with ++
bam241 Jun 7, 2016
aa6c395
sigc++ working
bam241 Jun 7, 2016
0ddc554
adding all cyclus dependancy
bam241 Jun 7, 2016
e3e94a1
all depdandancy... cyclus start...
bam241 Jun 7, 2016
41d313f
cyclus compilation working
bam241 Jun 7, 2016
b83316d
add cycamore -- Working!
bam241 Jun 7, 2016
7363b1a
add cyclus_test
bam241 Aug 22, 2016
51dc181
add s in cyclus_tests.bash name
bam241 Aug 22, 2016
6960a3a
working cyclus
bam241 Aug 26, 2016
d4fde9d
cloudlus and cyclus working on htc
bam241 Sep 1, 2016
f4c430e
update cyclus isntall
bam241 Sep 26, 2016
b662693
update cyclus installation soft
bam241 Sep 27, 2016
2aaf1cd
fix cyclus installatin func
bam241 Sep 27, 2016
d670811
fix HTC_tool package generation, and cyclus pkg generation
bam241 Sep 28, 2016
934f0c7
add glibc as htc_tool dependency
bam241 Oct 10, 2016
7f41e66
clean
bam241 Jan 11, 2017
d2c189b
clean (bis)
bam241 Jan 11, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
back to normal
bam241 committed Jun 6, 2016
commit 86b2dd5774ccf4eb3973d80617f4899f9957efe9
8 changes: 4 additions & 4 deletions setup/build_funcs.bash
Original file line number Diff line number Diff line change
@@ -694,11 +694,11 @@ function build_boost() {

ls -al
pwd
cd $untar_f
./bootstrap.sh $setup_string
echo "boostrapt OK"
cp -r $untar_f $install_dir/$folder
#./bootstrap.sh $setup_string
#echo "boostrapt OK"

./b2 install
#./b2 install

echo "install ok"
finalize_build