Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
1445a305
Commit
1445a305
authored
Jul 05, 2011
by
Sebastian Eichelbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE] - debian package will not contain others-toolbox.
parent
6c7f2ec3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
14 deletions
+21
-14
src/modules/modules-base.toolbox
src/modules/modules-base.toolbox
+7
-4
src/modules/modules-others.toolbox
src/modules/modules-others.toolbox
+8
-8
tools/packaging/debian/rules
tools/packaging/debian/rules
+6
-2
No files found.
src/modules/modules-base.toolbox
View file @
1445a305
# mostly modules from our default whitelist
ADD_MODULE( arbitraryPlane )
ADD_MODULE( arbitraryRois )
ADD_MODULE( colormapper )
ADD_MODULE( coordinateHUD )
ADD_MODULE( coordinateSystem )
ADD_MODULE( datasetManipulator )
ADD_MODULE( directVolumeRendering )
ADD_MODULE( distanceMap )
ADD_MODULE( distanceMapIsosurface )
ADD_MODULE( fiberDisplay )
ADD_MODULE( functionalMRIViewer )
ADD_MODULE( fiberDisplaySimple )
ADD_MODULE( fiberResampling )
ADD_MODULE( gridRenderer )
ADD_MODULE( hud )
ADD_MODULE( imageSpaceLIC )
ADD_MODULE( isosurfaceRaytracer )
ADD_MODULE( lic "" ".*fibernavigator.*;.*fantom.*;" ) # lic uses some third party code
ADD_MODULE( marchingCubes )
ADD_MODULE( navigationSlices )
ADD_MODULE(
paintTexture
)
ADD_MODULE(
scalarOperator
)
ADD_MODULE( superquadricGlyphs )
ADD_MODULE( template ) # template has its own CMakeLists for demonstration purpose
ADD_MODULE( triangleMeshRenderer )
ADD_MODULE( vectorOperator )
ADD_MODULE( vectorPlot )
ADD_MODULE( voxelizer )
src/modules/modules-others.toolbox
View file @
1445a305
ADD_MODULE( HARDIToSphericalHarmonics )
ADD_MODULE( calculateTensors )
ADD_MODULE( applyMask )
ADD_MODULE( arbitraryPlane )
ADD_MODULE( atlasCreator )
ADD_MODULE( atlasSurfaces )
ADD_MODULE( calculateGFA )
ADD_MODULE( calculateTensors )
ADD_MODULE( clusterDisplay )
ADD_MODULE( clusterDisplayVoxels )
ADD_MODULE( clusterParamDisplay )
ADD_MODULE( clusterSlicer )
ADD_MODULE( contourTree )
ADD_MODULE( dataTypeConversion )
ADD_MODULE( datasetManipulator )
ADD_MODULE( datasetProfile )
ADD_MODULE( detTractClustering )
ADD_MODULE( detTractCulling )
ADD_MODULE( deterministicFTMori )
ADD_MODULE( directVolumeRendering )
ADD_MODULE( effectiveConnectivityCluster )
ADD_MODULE( eigenSystem )
ADD_MODULE( fiberDisplaySimple )
ADD_MODULE( fiberParameterColoring )
ADD_MODULE( fiberResampling )
ADD_MODULE( fiberSelection )
ADD_MODULE( fiberTransform )
ADD_MODULE( functionalMRIViewer )
ADD_MODULE( gaussProcesses )
ADD_MODULE( hud )
ADD_MODULE( imageExtractor )
ADD_MODULE( lineGuidedSlice )
ADD_MODULE( paintTexture )
ADD_MODULE( probTractDisplay )
ADD_MODULE( probTractDisplaySP )
ADD_MODULE( scalarOperator )
ADD_MODULE( scalarSegmentation )
ADD_MODULE( splineSurface )
ADD_MODULE( subtractDataSetScalar )
ADD_MODULE( surfaceParameterAnimator )
ADD_MODULE( vectorOperator )
ADD_MODULE( webglSupport )
IF( Teem_FOUND )
ADD_MODULE( teemGlyphs ${Teem_LIBRARIES} )
# ADD_MODULE( bermanTracking ${Teem_LIBRARIES} )
ENDIF( Teem_FOUND )
# demonstration modules
ADD_MODULE( template ) # template has its own CMakeLists for demonstration purpose
tools/packaging/debian/rules
View file @
1445a305
...
...
@@ -28,8 +28,12 @@ override_dh_auto_configure:
-DOW_PACKAGE_NOCOPY_LICENSE
=
ON
\
-DOW_PACKAGE_NOLINK_OPENTHREADS
=
ON
\
-DOW_PACKAGE_NOCOPY_COREFONTS
=
ON
\
-DOW_PACKAGE_PACKAGER
=
deb
# -DOW_MODULE_TOOLBOX_BASE=OFF -DOW_MODULE_TOOLBOX_EEG=OFF -DOW_MODULE_TOOLBOX_OTHERS=OFF -DOW_MODULE_TOOLBOX_IO=OFF -DOW_MODULE_TOOLBOX_IMAGEPROCESSING=OFF
-DOW_PACKAGE_PACKAGER
=
deb
\
-DOW_MODULE_TOOLBOX_BASE
=
ON
\
-DOW_MODULE_TOOLBOX_EEG
=
ON
\
-DOW_MODULE_TOOLBOX_IO
=
ON
\
-DOW_MODULE_TOOLBOX_IMAGEPROCESSING
=
ON
\
-DOW_MODULE_TOOLBOX_OTHERS
=
OFF
override_dh_auto_install
:
# libopenwalnut1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment