nholthaus / units

a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
http://nholthaus.github.io/units/
MIT License
955 stars 135 forks source link

Units are not installed as a system library #332

Closed DarkTyger closed 5 months ago

DarkTyger commented 5 months ago

My understanding is that #include <> is reserved for a system library. To make this build, we needed to do the following:

cd $HOME/repos/project/include/libs
git clone https://github.com/nholthaus/units
cd units/units
sed -i 's/#include <units\/\(.*\)>/#include "\1"/' *.h

git diff: units.patch.txt

git diff: units-h.patch.txt

DarkTyger commented 5 months ago

We're going to use Au instead.

https://github.com/aurora-opensource/au