Rakefile in gps_pvt-0.3.3 vs Rakefile in gps_pvt-0.4.0
- old
+ new
@@ -27,12 +27,14 @@
'ext/ninja-scan-light' => [
"sparse-checkout init", # same as "git -C #{repo} config core.sparseCheckout true"
# same as #{repo}/.git/info/sparse-checkout
"sparse-checkout set" + (<<-__SPARSE_PATTERNS__).lines.collect{|str| str.chomp.gsub(/^ */, ' ')}.join,
/tool/param/
+ /tool/algorithm/integral.h
/tool/navigation/GPS*
/tool/navigation/SBAS*
/tool/navigation/QZSS*
+ /tool/navigation/GLONASS*
/tool/navigation/coordinate.h
/tool/navigation/EGM.h
/tool/navigation/MagneticField.h
/tool/navigation/NTCM.h
/tool/navigation/RINEX.h
\ No newline at end of file