File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 description = "Testing infrastructure for cdat" ,
1010 url = "http://uvcdat.llnl.gov" ,
1111 packages = ['testing' ],
12- package_dir = {'testing' : 'testing' ,},
13- install_requires = ['numpy' ,'vcs' , 'vtk' ],
12+ package_dir = {'testing' : '' , }
1413)
Original file line number Diff line number Diff line change 11# This file is used to control the behavior of install.py.
22
33# The search path is used if the X11 directories aren't configured.
4- x11search = ['/usr/X11R6' , '/usr/X11R6.5.1' ,
4+ x11search = ['/usr/X11R6' , '/usr/X11R6.5.1' ,
55 '/usr/X11R6.4' ,'/usr' ,'/usr/openwin' ,'/opt' ]
66# Here is where they are on OSF1 and perhaps similar systems
77x11OSF1lib = ['/usr/lib/X11' , '/usr/lib' ]
4848 make_code = 'make'
4949
5050# List of packages to be built
51- packages = [
51+ packages = [
5252 "Packages/pydebug" ,
5353 "Packages/cdtime" ,
5454 "Packages/demo" ,
5555 "Packages/help" ,
5656 "Packages/regrid2" ,
57- "Packages/cdms2" ,
58- "Packages/esg" ,
57+ "Packages/cdms2" ,
58+ "Packages/esg" ,
5959 "Packages/ncml" ,
6060 "Packages/DV3D" ,
6161 "Packages/vcs" ,
6262 "Packages/vcsaddons" ,
6363 "Packages/cdutil" ,
6464 "Packages/unidata" ,
6565 "Packages/xmgrace" ,
66- "Packages/genutil" ,
66+ "Packages/genutil" ,
6767 "Packages/Thermo" ,
6868 "Packages/WK" ,
6969 "Packages/gui_support" ,
7070 "Packages/distarray" ,
71+ "Packages/testing" ,
7172 ]
You can’t perform that action at this time.
0 commit comments