Skip to content

Commit

Permalink
repository maintenance (freesurfer#617)
Browse files Browse the repository at this point in the history
* remove makefile.am

* deprecate older build and test utils

* rf: cleanup pyfs utils

* rf: uniform 4-space indentation

* rf: fixed help text metavars

* rf: more fs python documentation

* rf: change colorformat function name

* refactor imports

* more maintenance
  • Loading branch information
ahoopes authored Jan 17, 2019
1 parent 1c2a951 commit 4d62e67
Show file tree
Hide file tree
Showing 467 changed files with 671 additions and 30,671 deletions.
31 changes: 0 additions & 31 deletions BrainstemSS/Makefile.am

This file was deleted.

28 changes: 0 additions & 28 deletions BrainstemSS/linux_x86_64/Makefile.am

This file was deleted.

25 changes: 0 additions & 25 deletions BrainstemSS/mac_osx/Makefile.am

This file was deleted.

17 changes: 2 additions & 15 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ enable_language(C CXX Fortran)

# a few build options
option(MINIMAL "Only build core components" OFF)
option(BUILD_QDEC "Build QDEC" OFF)
option(BUILD_GUIS "Build GUIs" ON)
option(USE_OPENCL "Build OpenCL algorithms" OFF)
option(INFANT_MODULE "Include infant recon-all" OFF)
if(APPLE)
option(BUILD_OSX_TK_GUIS "Compile OSX Tk GUIs" OFF)
endif()

# enable ctest
enable_testing()
Expand Down Expand Up @@ -175,12 +171,6 @@ if(BUILD_GUIS)
# -------- tcltktixblt --------
find_package(TCLTKTIXBLT)

# -------- kwwidgets --------
# once qdec is deprecated, KWWidgets can be removed
if(BUILD_QDEC)
find_package(KWWidgets)
endif()

# -------- wxwidgets --------
# only used by mris_decimate_gui
find_package(WXWidgets)
Expand Down Expand Up @@ -275,7 +265,7 @@ endif()
# setup python
# --------------------------------------------------

# Unfortunately, the python version used to run wrapped c-libraries must be equal to
# Unfortunately, the python version used to run wrapped c-libraries must be equivalent to
# the version used to build the libraries. The easiest and least intrusive way of making freesurfer
# python scripts run out-of-the-box (and to help guarantee reproducibility) requires
# distributing a minimal, custom python installation called fspython. This fspython package
Expand Down Expand Up @@ -358,7 +348,7 @@ add_subdirectories(
opencl_algorithms
)

# the following utility libraries are required for freeview and qdec
# the following utility libraries are required for freeview
add_subdirectories(vtkfsio vtkutils lineprof)

# the fem elastic subdir also builds a library, so it should be added first
Expand Down Expand Up @@ -712,7 +702,6 @@ if(NOT MINIMAL)
oct_train
optseq2
qdecproject
qdec
qdec_glmfit
rbftest
regdat2xfm
Expand All @@ -726,8 +715,6 @@ if(NOT MINIMAL)
template
test_makevol
ThalamicNuclei
tkmedit
# tksurfer
trc
tridec
)
Expand Down
34 changes: 0 additions & 34 deletions HippoSF/Makefile.am

This file was deleted.

34 changes: 0 additions & 34 deletions HippoSF/linux_x86_64/Makefile.am

This file was deleted.

35 changes: 0 additions & 35 deletions HippoSF/mac_osx/Makefile.am

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 4d62e67

Please sign in to comment.