Changeset 2622
Legend:
- Unmodified
- Added
- Removed
-
vpy/all.ini
r2507 r2622 24 24 # 25 25 26 ; ------------------------------------------------------------------- 27 ; TPL PACKAGES 28 ; ------------------------------------------------------------------- 29 26 30 ; [ipython] 27 31 ; pypi=ipython … … 48 52 pypi=ply 49 53 54 ; ------------------------------------------------------------------- 55 ; PyUtilib PACKAGES 56 ; ------------------------------------------------------------------- 57 50 58 [pyutilib.common] 51 59 root=https://software.sandia.gov/svn/public/pyutilib/pyutilib.common … … 119 127 root=https://software.sandia.gov/svn/public/pyutilib/pyutilib.dev 120 128 dev=True 129 130 [pyutilib.workflow] 131 root=https://software.sandia.gov/svn/public/pyutilib/pyutilib.workflow 132 dev=True 133 134 ; ------------------------------------------------------------------- 135 ; Coopr PACKAGES 136 ; ------------------------------------------------------------------- 121 137 122 138 [coopr.misc] … … 156 172 ; dev=True 157 173 174 ; ------------------------------------------------------------------- 158 175 ; Auxilliary directories that are checked out at the top 159 176 ; level of the installation. This data is intended to assist 160 177 ; users. 178 ; ------------------------------------------------------------------- 161 179 162 180 [coopr.opt:auxdir] -
vpy/dev.ini
r2507 r2622 152 152 dev=True 153 153 154 [coopr.testing] 155 root=https://software.sandia.gov/svn/public/coopr/coopr.testing 156 dev=True 157 154 158 ; [coopr] 155 159 ; root=https://software.sandia.gov/svn/public/coopr/coopr
Note: See TracChangeset
for help on using the changeset viewer.