Skip to content

Commit

Permalink
i can't say if it really works but the binary are there, aka it compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lclementi committed Jun 13, 2012
1 parent aa65fea commit 9dc09ab
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 583 deletions.
7 changes: 6 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
#
# This file should remain OS independent
#
# $Id: bootstrap.sh,v 1.3 2012/02/09 02:07:12 clem Exp $
# $Id: bootstrap.sh,v 1.4 2012/06/13 01:18:04 clem Exp $
#
# @Copyright@
# @Copyright@
#
# $Log: bootstrap.sh,v $
# Revision 1.4 2012/06/13 01:18:04 clem
# i can't say if it really works but the binary are there, aka it compiles
#
# Revision 1.3 2012/02/09 02:07:12 clem
# added $ROLLSROOT variable to bootstrap-functions.sh
#
Expand All @@ -20,6 +23,8 @@

. $ROLLSROOT/etc/bootstrap-functions.sh

yum --enablerepo base install imake

compile_and_install rocks-vmd
/sbin/ldconfig

Expand Down
7 changes: 5 additions & 2 deletions src/netcdf/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#
# $Id: Makefile,v 1.1 2012/01/28 03:09:38 nadya Exp $
# $Id: Makefile,v 1.2 2012/06/13 01:18:06 clem Exp $
#
# @Copyright@
# @Copyright@
#
# $Log: Makefile,v $
# Revision 1.2 2012/06/13 01:18:06 clem
# i can't say if it really works but the binary are there, aka it compiles
#
# Revision 1.1 2012/01/28 03:09:38 nadya
# initial, moving from cadd/
#
Expand All @@ -26,7 +29,7 @@ build:
export CC="/usr/bin/gcc -fPIC"; \
export FC=/usr/bin/gfortran; \
./configure --prefix=$(PKGROOT); \
make check \
make \
)


Expand Down
9 changes: 6 additions & 3 deletions src/vmd/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#
# $Id: Makefile,v 1.1 2012/02/02 17:27:25 nadya Exp $
# $Id: Makefile,v 1.2 2012/06/13 01:18:07 clem Exp $
#
# @Copyright@
# @Copyright@
#
# $Log: Makefile,v $
# Revision 1.2 2012/06/13 01:18:07 clem
# i can't say if it really works but the binary are there, aka it compiles
#
# Revision 1.1 2012/02/02 17:27:25 nadya
# move vmd to its own roll
#
Expand Down Expand Up @@ -40,8 +43,8 @@ build:
cd $(NAME)-$(VERSION); \
export TCL_INCLUDE_DIR=/usr/include; \
export TCL_LIBRARY_DIR=/usr/lib; \
export PYTHON_INCLUDE_DIR=/usr/include/python2.4; \
export PYTHON_LIBRARY_DIR=/usr/lib/python2.4; \
export PYTHON_INCLUDE_DIR=/usr/include/python2.6; \
export PYTHON_LIBRARY_DIR=/usr/lib/python2.6; \
export VMDINSTALLBINDIR=${PKGROOT}/bin; \
export VMDINSTALLLIBRARYDIR=${PKGROOT};\
./configure $(VMDARCH) OPENGL FLTK NETCDF TK TCL IMD SILENT PTHREADS PYTHON ;\
Expand Down
Loading

0 comments on commit 9dc09ab

Please sign in to comment.