[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed May 22 05:07:05 PDT 2013


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/bbc3eae49857/
Changeset:   bbc3eae49857
Branch:      yt
User:        ngoldbaum
Date:        2013-05-21 20:48:59
Summary:     [install script] Using | as a sed delimiter instead of /.  Closes #573.
Affected #:  1 file

diff -r ff04cead07c8458eb61da8f49fb7e9fb7b652d10 -r bbc3eae4985736db6753ce108f3414b7edf0f0e1 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -565,7 +565,7 @@
             then
                 sed -i.bak 's/soname/install_name/' Makefile-libbz2_so
             else
-                sed -i.bak -e 's/soname/install_name/' -e "s/CC=gcc/CC=${CC}/" Makefile-libbz2_so
+                sed -i.bak -e 's/soname/install_name/' -e "s|CC=gcc|CC=${CC}|" Makefile-libbz2_so
             fi
         fi
         ( make install CFLAGS=-fPIC LDFLAGS=-fPIC PREFIX=${DEST_DIR} 2>&1 ) 1>> ${LOG_FILE} || do_exit


https://bitbucket.org/yt_analysis/yt/commits/533cf0c4fe18/
Changeset:   533cf0c4fe18
Branch:      yt
User:        MatthewTurk
Date:        2013-05-22 14:06:58
Summary:     Merged in ngoldbaum/yt (pull request #508)

[install script] Using | as a sed delimiter instead of /.  Closes #573.
Affected #:  1 file

diff -r c95fc126f379d852d59430e7e9d0a405be607ce2 -r 533cf0c4fe18d781e84492fc238a2ff16fc7a511 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -565,7 +565,7 @@
             then
                 sed -i.bak 's/soname/install_name/' Makefile-libbz2_so
             else
-                sed -i.bak -e 's/soname/install_name/' -e "s/CC=gcc/CC=${CC}/" Makefile-libbz2_so
+                sed -i.bak -e 's/soname/install_name/' -e "s|CC=gcc|CC=${CC}|" Makefile-libbz2_so
             fi
         fi
         ( make install CFLAGS=-fPIC LDFLAGS=-fPIC PREFIX=${DEST_DIR} 2>&1 ) 1>> ${LOG_FILE} || do_exit

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list