statisticalbiotechnology / quandenser

QUANtification by Distillation for ENhanced Signals with Error Regulation
Apache License 2.0
9 stars 1 forks source link

master branch lack some files needed to build #24

Closed percolator closed 2 years ago

percolator commented 2 years ago

When executing quickbuild.sh on the master branch, I miss some scripts and cmake files.

$ git branch

CMake Error at CommonCMake.txt:67 (NIGHTLY_VERSION_GEN): Unknown CMake command "NIGHTLY_VERSION_GEN". Call Stack (most recent call first): CMakeLists.txt:16 (include)

-- Configuring incomplete, errors occurred! See also "/tmp/build/ubuntu64/quandenser/CMakeFiles/CMakeOutput.log". make quandenser (this will take few minutes).....make: No targets specified and no makefile found. Stop. make: No rule to make target 'package'. Stop. make: ** No rule to make target 'install'. Stop. cp: cannot stat '/tmp/quandenser/../build/ubuntu64/quandenser/quan.deb': No such file or directory

percolator commented 2 years ago

Sorry, this is just a consequence of not using a recursive git checkout. Problem solved.