diff --git a/2024/So you wanna do FreeBSD?.md b/2024/So you wanna do FreeBSD?.md index e19f92b..15efda8 100644 --- a/2024/So you wanna do FreeBSD?.md +++ b/2024/So you wanna do FreeBSD?.md @@ -270,4 +270,20 @@ Uninstalling numpy-1.26.0: /data/homeassistant/lib/python3.11/site-packages/numpy/* Proceed (Y/n)? y Successfully uninstalled numpy-1.26.0 +``` + +Finally homebrew patched numpy + +``` +Processing ./dl/numpy-git + Installing build dependencies ... done + Getting requirements to build wheel ... done + Preparing metadata (pyproject.toml) ... done +Building wheels for collected packages: numpy + Building wheel for numpy (pyproject.toml) ... done + Created wheel for numpy: filename=numpy-1.26.0-cp311-cp311-freebsd_14_1_RELEASE_p3_amd64.whl size=24156181 sha256=165ac15d3ddf5d2336520934b1321b4eb26074ddb11205398b450375693d56ba + Stored in directory: /home/homeassistant/.cache/pip/wheels/11/b7/76/343a9fc71c70dd4931749d568222522502d6af19e277d2e1d6 +Successfully built numpy +Installing collected packages: numpy +Successfully installed numpy-1.26.0 ``` \ No newline at end of file