Hi Allan,
Just installed REZ 2.0 on OS X, along with make
I modified the rez/rezconfig file in reinstall folder to set target packages path
packages_path:
- '~/packages' # locally installed pkgs, not yet deployed
- '/myprods/packages/int' # internally developed pkgs, deployed
- '/myprods/packages/ext' # external (3rd party) pkgs, such as houdini, boost
then in my home I created a packages folder (thru the res-bind python, os, arch etc as explained in a previous post)
then i tried to create a package with a package.py and run into trouble
~/packages/test/0.0.1/package.py
and put this
version = '0.0.1'
name = 'test'
requires = ['python']
when i run res-build, i get this
rez: BuildSystemError: No build system is associated with the path /Users/pochon/packages/test/0.0.1
thx
Paul
Just installed REZ 2.0 on OS X, along with cmake
I modified the rez/rezconfig file in rez install folder to set target packages path
--
You received this message because you are subscribed to the Google Groups "rez-config" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rez-config+...@googlegroups.com.
To post to this group, send email to rez-c...@googlegroups.com.
Visit this group at http://groups.google.com/group/rez-config.
For more options, visit https://groups.google.com/d/optout.
21:29:31 WARNING /Users/pochon/packages/test/0.0.2/package.yaml: package is using old-style commands.
rez: BuildSystemError: No build system is associated with the path /Users/pochon/packages/test/0.0.2
Any idea ?--
Also, Rez-build will not increment the package version for you, this must have been done manually. This is deliberate - the type of version increment is important and cannot be automated. It is up to a developer to termine if a patch, minor, major or other update has occurred, and what that means.ThxA
You are missing a build file. Cmake expects a 'CMakeLists.txt', not 'CMakeList.txt'.HthA
--Hi AllanI tried the rez-env with the manually built package and it worked.then i tried to start from a package.yaml file and CMakeList.txt and was able to run rez-build -ithe tool incremented the version in my local packages.Then it failed on rez-release with the same error message21:29:31 WARNING /Users/pochon/packages/test/0.0.2/package.yaml: package is using old-style commands.
rez: BuildSystemError: No build system is associated with the path /Users/pochon/packages/test/0.0.2
Any idea ?Thx in advancePaul
You received this message because you are subscribed to the Google Groups "rez-config" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rez-config+unsubscribe@googlegroups.com.
3- During the rez release , saw cmake doing stuff, so not sure what rez-build is doing compared to rez release ?
4- saw a bez bin, what is it for, how to use it ?
To unsubscribe from this group and stop receiving emails from it, send an email to rez-config+...@googlegroups.com.