Changeset 5042 for nanoscale


Ignore:
Timestamp:
Feb 22, 2015 9:56:32 PM (9 years ago)
Author:
ldelgass
Message:

Remove geovis config from release branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nanoscale/branches/1.0/renderservers.tcl.in

    r5041 r5042  
    99#       nanovis                 2000            production
    1010#       vtkvis                  2010            production
    11 #       geovis                  2015            testing
    1211#       vmdshow                 2018            testing
    13 #       pymol                   2020            production
     12#       pymolproxy              2020            production
    1413#
    1514# The syntax is
     
    3635set bindir "@bindir@"
    3736set libdir "@libdir@"
    38 
    39 # GeoVis server (port 2015) --
    40 #     Map renderer
    41 #
    42 register_server geovis 2015 \
    43     -output 3 -logstdout no -logstderr no \
    44 {
    45     ${bindir}/geovis -o 3
    46 } {
    47     LD_LIBRARY_PATH ${libdir}
    48     OSGEARTH_DEFAULT_FONT /usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf
    49     __GL_SYNC_TO_VBLANK 0
    50 }
    5137
    5238# NanoVis --
Note: See TracChangeset for help on using the changeset viewer.