Skip to content

Commit

Permalink
rm libz.so from binary distro. was breaking roll install
Browse files Browse the repository at this point in the history
  • Loading branch information
nadyawilliams committed Mar 30, 2012
1 parent 6d19e1e commit aa65fea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/hdf5/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#
# $Id: Makefile,v 1.3 2012/02/25 01:48:34 nadya Exp $
# $Id: Makefile,v 1.4 2012/03/30 22:05:53 nadya Exp $
#
# @Copyright@
# @Copyright@
#
# $Log: Makefile,v $
# Revision 1.4 2012/03/30 22:05:53 nadya
# rm libz.so from binary distro. was breaking roll install
#
# Revision 1.3 2012/02/25 01:48:34 nadya
# move ld configuration to vmd.config
#
Expand All @@ -24,6 +27,7 @@ HDF5FILES = bin COPYING include lib README RELEASE.txt share

build:
gunzip -c $(NAME)-$(VERSION)-$(EXT).tar.gz | $(TAR) -xf -
(cd $(NAME)-$(VERSION)-$(EXT)/lib; rm -rf libz.so* )
cd patch-files && find . -type f | grep -v CVS | cpio -pduv ../

install::
Expand Down

0 comments on commit aa65fea

Please sign in to comment.