Skip to content

Commit

Permalink
Move unported datasources to old_datasources and tell krazy2 to not c…
Browse files Browse the repository at this point in the history
…heck them
  • Loading branch information
netterfield committed Jan 8, 2014
1 parent 02b67ef commit 75757d6
Show file tree
Hide file tree
Showing 32 changed files with 21 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .krazy
@@ -0,0 +1,2 @@
IGNORESUBS old_tests old_datasources

30 changes: 15 additions & 15 deletions cmake/src/datasources/CMakeLists.txt
Expand Up @@ -29,29 +29,29 @@ if(cfitsio)
kst_link(${CFITSIO_LIBRARIES})
endif()

if(healpix)
kst_add_plugin(. healpix)
endif()
#if(healpix)
# kst_add_plugin(. healpix)
#endif()

if(lfioo)
kst_add_plugin(. lfiio)
endif()
#if(lfioo)
# kst_add_plugin(. lfiio)
#endif()

if(netcdf)
include_directories(${NETCDF_INCLUDE_DIR})
kst_add_plugin(. netcdf)
kst_link(${NETCDF_LIBRARIES})
endif()

if(planckIDEF)
kst_add_plugin(. planckIDEF)
endif()

if(dmc)
include_directories(${DMC_INCLUDE_DIR})
kst_add_plugin(. dmc)
#kst_link(${DMC_LIBRARIES})
endif()
#if(planckIDEF)
# kst_add_plugin(. planckIDEF)
#endif()

#if(dmc)
# include_directories(${DMC_INCLUDE_DIR})
# kst_add_plugin(. dmc)
# #kst_link(${DMC_LIBRARIES})
#endif()

if(matio)
include_directories(${MATIO_INCLUDE_DIR})
Expand Down
4 changes: 4 additions & 0 deletions old_datasources/README
@@ -0,0 +1,4 @@
This file has non-functioning data sources from kst1.x which have not been
ported, and which do not compile. If you decide to port them, feel free to
move them back to datasources.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 75757d6

Please sign in to comment.