Changes between Version 2 and Version 3 of Dev2021-4-15


Ignore:
Timestamp:
Apr 15, 2021, 6:03:44 PM (5 years ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2021-4-15

    v2 v3  
    3333  - Would prefer that "make install" does the install even with same version number.
    3434  - Another scenario from Eric: make install in bundles after atomic_lib change of C++ Ring class to rebuild 10 bundles that depend on atomic_lib didn't install any.
     35    - Greg says even if this tried to install the correct tools a problem would be that the sync directory would have copies of older wheels that the bundle level make would try to reinstall.
    3536  - Greg mentions that pip --force option used to force reinstall does not update dependencies.
    3637  - Discussed whether pip uninstall followed by pip install could solve some of these install problems when version number does not change.