Skip to content

Commit

Permalink
Merge pull request #1316 from UV-CDAT/buildbot-passing
Browse files Browse the repository at this point in the history
Final commits to make buildbot pass
  • Loading branch information
aashish24 committed May 12, 2015
2 parents b14e373 + 9a3e300 commit 3f99c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/cdat_modules/libcf_deps.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set(libcf_deps ${pkgconfig_pkg} ${python_pkg} ${netcdf_pkg} ${hdf5_pkg} ${curl_pkg} ${zlib_pkg} ${uuid_pkg} )
set(libcf_deps ${pkgconfig_pkg} ${python_pkg} ${netcdf_pkg} ${hdf5_pkg} ${curl_pkg} ${zlib_pkg} ${uuid_pkg} ${clapack_pkg} ${lapack_pkg} )
2 changes: 1 addition & 1 deletion testing/cdms2/test_all_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if cdat_info.CDMS_INCLUDE_DAP=='yes':
print 'Testing Dap'
f=cdms2.open('http://esgcet.llnl.gov/dap/ipcc4/20c3m/ncar_ccsm3_0/pcmdi.ipcc4.ncar_ccsm3_0.20c3m.run6.atm.mo.xml')
f=cdms2.open('http://test.opendap.org/opendap/hyrax/netcdf/examples/ECMWF_ERA-40_subset.nc')
print f.listvariables()
else:
print 'CDMS not built with DAP support, skipped DAP test'
Expand Down

0 comments on commit 3f99c8e

Please sign in to comment.