# -*- mode:python;indent-tabs-mode:nil;show-trailing-whitespace:t; -*- # # Project settings for numeric tests. # (c) Copyright Rosetta Commons Member Institutions. # (c) This file is part of the Rosetta software suite and is made available under license. # (c) The Rosetta software is developed by the contributing members of the Rosetta Commons. # (c) For more information, see http://www.rosettacommons.org. Questions about this can be # (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu. ########### KEEP DIRECTORIES AND FILES IN ALPHABETICAL ORDER ########### sources = { "" : [ "agglomerative_hierarchical_clustering", "angle_functions", "Calculator", "ClusteringTreeNode", "color_util", "conversions", "EulerAngles", "HomogeneousTransform", "interpolate", "MultiDimensionalHistogram", "numeric.functions", "PCA", "prob_util", "Quaternion", "random", "sphericalVector", "statistics.functions", "util", "WrapAngles", "xyz.functions", "xyzMatrix", "xyzTriple", "xyzVector", ], "fourier" : [ "fft", ], "geometry" : [ "BoundingBox", ], "histograms" : [ "OneDHistogram", "TwoDHistogram", ], "interpolation" : [ "Histogram", ], "interpolation/spline" : [ "bicubic_interpolation_function", "Bicubic_spline", "Cubic_spline", "TricubicSpline", ], "kdtree" : [ "kdtree", ], "linear_algebra": [ "GeneralizedEigenSolverTests", ], "random" : [ "DistributionSampler", "reservoir_sample", "WeightedReservoirSampler", "WeightedSampler", ], } include_path = [ "#external/cxxtest", "#" ] library_path = [] libraries = [ "sqlite3", "cppdb", "basic", "numeric", "utility", "ObjexxFCL", "z",] subprojects = [] testinputfiles = [ "interpolation/Histogram_sample.hist", "mt19937.u", "sampling.prob", ]